Date: Wed, 5 Sep 2001 13:11:00 -0700 (PDT) From: Dima Dorfman <dd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ping Makefile src/sbin/ifconfig Makefile src/usr.bin/chpass Makefile src/usr.bin/logger Makefile src/usr.bin/split Makefile src/usr.sbin/inetd Makefile Message-ID: <200109052011.f85KB0b13641@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dd 2001/09/05 13:11:00 PDT
Modified files:
sbin/ping Makefile
sbin/ifconfig Makefile
usr.bin/chpass Makefile
usr.bin/logger Makefile
usr.bin/split Makefile
usr.sbin/inetd Makefile
Log:
Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds
COPTS towards the end of final CFLAGS so that it can be used to
override Makefile and other defaults. Using it in Makefiles risks
having options set using it clobbered when somebody uses it on the
command line.
Approved by: bde
Revision Changes Path
1.15 +3 -3 src/sbin/ping/Makefile
1.20 +2 -2 src/sbin/ifconfig/Makefile
1.23 +3 -3 src/usr.bin/chpass/Makefile
1.3 +2 -2 src/usr.bin/logger/Makefile
1.3 +2 -1 src/usr.bin/split/Makefile
1.26 +3 -3 src/usr.sbin/inetd/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109052011.f85KB0b13641>
