From owner-cvs-all Wed Sep 5 13:11: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30DDC37B401; Wed, 5 Sep 2001 13:11:00 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85KB0b13641; Wed, 5 Sep 2001 13:11:00 -0700 (PDT) (envelope-from dd) Message-Id: <200109052011.f85KB0b13641@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 5 Sep 2001 13:11:00 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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