support MAKEVERBOSE

This commit is contained in:
lukem 2006-06-29 00:30:32 +00:00
parent 9969942b49
commit 3358af6498
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.6 2005/12/11 12:18:23 christos Exp $
# $NetBSD: Makefile.inc,v 1.7 2006/06/29 00:30:32 lukem Exp $
BINDIR= /usr/mdec
@ -9,6 +9,7 @@ CFLAGS+= -ffreestanding
.if exists(version)
.PHONY: vers.c
vers.c: version
${_MKTARGET_CREATE}
${HOST_SH} ${S}/conf/newvers_stand.sh ${.CURDIR}/version ${MACHINE}
SRCS+= vers.c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2006/06/29 00:28:30 lukem Exp $
# $NetBSD: Makefile,v 1.24 2006/06/29 00:30:33 lukem Exp $
NOMAN= # defined
@ -44,6 +44,7 @@ m68k::
.endif
${PROG}: ${OBJS} ${LIBS}
${_MKTARGET_LINK}
${LD} ${LINKFLAGS} -o ${.TARGET}.sym ${OBJS} ${LIBS}
-${SIZE} ${.TARGET}.sym
${OBJCOPY} -O binary ${.TARGET}.sym ${.TARGET}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2006/06/29 00:28:30 lukem Exp $
# $NetBSD: Makefile,v 1.17 2006/06/29 00:30:33 lukem Exp $
NOMAN= # defined
@ -46,6 +46,7 @@ m68k::
.endif
${PROG}: ${OBJS} ${LIBS}
${_MKTARGET_LINK}
${LD} ${LINKFLAGS} -o ${.TARGET}.sym ${OBJS} ${LIBS}
${SIZE} ${.TARGET}.sym
${OBJCOPY} -O binary ${.TARGET}.sym ${.TARGET}