svn commit: r202761 - in head/usr.bin: bc dc

Xin LI delphij at FreeBSD.org
Thu Jan 21 17:46:14 UTC 2010


Author: delphij
Date: Thu Jan 21 17:46:14 2010
New Revision: 202761
URL: http://svn.freebsd.org/changeset/base/202761

Log:
  Makefile cleanups:
  
   o Enable building of USD
   o Remove commented out targets
   o Remove WARNS?=6 lines since it's the default
  
  Reviewed by:	gabor

Modified:
  head/usr.bin/bc/Makefile
  head/usr.bin/dc/Makefile

Modified: head/usr.bin/bc/Makefile
==============================================================================
--- head/usr.bin/bc/Makefile	Thu Jan 21 17:37:26 2010	(r202760)
+++ head/usr.bin/bc/Makefile	Thu Jan 21 17:46:14 2010	(r202761)
@@ -4,14 +4,9 @@
 PROG=		bc
 SRCS=		bc.y scan.l
 CFLAGS+=	-I. -I${.CURDIR}
-WARNS?=		6
-#SUBDIR+=	USD.doc
+SUBDIR+=	USD.doc
 
 FILES+=		bc.library
 FILESDIR=	${SHAREDIR}/misc
 
-#beforeinstall:
-#	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \
-#	    ${DESTDIR}/usr/share/misc
-
 .include <bsd.prog.mk>

Modified: head/usr.bin/dc/Makefile
==============================================================================
--- head/usr.bin/dc/Makefile	Thu Jan 21 17:37:26 2010	(r202760)
+++ head/usr.bin/dc/Makefile	Thu Jan 21 17:46:14 2010	(r202761)
@@ -6,8 +6,6 @@ SRCS=	dc.c bcode.c inout.c mem.c stack.c
 LDADD=	-lcrypto
 DPADD=	${LIBCRYPTO}
 
-#SUBDIR+=	USD.doc
-
-WARNS?=	6
+SUBDIR+=	USD.doc
 
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list