Module Name:    src
Committed By:   matt
Date:           Mon Feb 20 18:23:50 UTC 2012

Modified Files:
        src/share/mk: bsd.prog.mk

Log Message:
Remove ${SIZE}


To generate a diff of this commit:
cvs rdiff -u -r1.271 -r1.272 src/share/mk/bsd.prog.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.prog.mk
diff -u src/share/mk/bsd.prog.mk:1.271 src/share/mk/bsd.prog.mk:1.272
--- src/share/mk/bsd.prog.mk:1.271	Sun Feb 19 23:19:37 2012
+++ src/share/mk/bsd.prog.mk	Mon Feb 20 18:23:50 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.prog.mk,v 1.271 2012/02/19 23:19:37 matt Exp $
+#	$NetBSD: bsd.prog.mk,v 1.272 2012/02/20 18:23:50 matt Exp $
 #	@(#)bsd.prog.mk	8.2 (Berkeley) 4/2/94
 
 .ifndef HOSTPROG
@@ -450,7 +450,6 @@ ${_P}: .gdbinit ${LIBCRT0} ${XOBJS.${_P}
 	    ${XSRCS.${_P}:@.SRC.@${.ALLSRC:M*.c:M*${.SRC.}}@:O:u} ${XOBJS.${_P}} \
 	    ${_LDADD.${_P}}
 .endif	# defined(DESTDIR)
-	@${SIZE} ${_P}
 .if defined(CTFMERGE)
 	${CTFMERGE} ${CTFMFLAGS} -o ${.TARGET} ${OBJS.${_P}}
 .endif

Reply via email to