Module Name:    src
Committed By:   matt
Date:           Tue Feb 21 01:41:10 UTC 2012

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

Log Message:
Remove another ${SIZE}


To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 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.272 src/share/mk/bsd.prog.mk:1.273
--- src/share/mk/bsd.prog.mk:1.272	Mon Feb 20 18:23:50 2012
+++ src/share/mk/bsd.prog.mk	Tue Feb 21 01:41:09 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.prog.mk,v 1.272 2012/02/20 18:23:50 matt Exp $
+#	$NetBSD: bsd.prog.mk,v 1.273 2012/02/21 01:41:09 matt Exp $
 #	@(#)bsd.prog.mk	8.2 (Berkeley) 4/2/94
 
 .ifndef HOSTPROG
@@ -475,7 +475,6 @@ ${_P}: .gdbinit ${LIBCRT0} ${OBJS.${_P}}
 	    ${_LDFLAGS.${_P}} ${_LDSTATIC.${_P}} -o ${.TARGET} \
 	    ${OBJS.${_P}} ${_LDADD.${_P}} \
 	    ${_PROGLDOPTS}
-	@${SIZE} ${_P}
 .if defined(CTFMERGE)
 	${CTFMERGE} ${CTFMFLAGS} -o ${.TARGET} ${OBJS.${_P}}
 .endif

Reply via email to