From owner-cvs-all Fri Jul 19 4:17:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B12FF37B400; Fri, 19 Jul 2002 04:17:24 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78ABF43E5E; Fri, 19 Jul 2002 04:17:23 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id VAA06312; Fri, 19 Jul 2002 21:17:21 +1000 Date: Fri, 19 Jul 2002 21:21:14 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/etc Makefile src/etc/isdn Makefile src/etc/mail Makefile src/etc/periodic Makefile.inc src/etc/sendmail Makefile src/games/battlestar Makefile src/games/canfield/canfie In-Reply-To: <200207181207.g6IC7nbZ050557@freefall.freebsd.org> Message-ID: <20020719210904.Q12629-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Thu, 18 Jul 2002, Ruslan Ermilov wrote: > ru 2002/07/18 05:07:49 PDT > > Modified files: > etc Makefile > etc/isdn Makefile > etc/mail Makefile > etc/periodic Makefile.inc > etc/sendmail Makefile > games/battlestar Makefile > games/canfield/canfield Makefile > games/cribbage Makefile > games/hack Makefile > games/larn Makefile > games/robots Makefile > games/rogue Makefile > games/sail Makefile > games/snake/snake Makefile > gnu/lib/libdialog Makefile > gnu/usr.bin/groff/contrib/mm Makefile > gnu/usr.bin/groff/font Makefile.dev > gnu/usr.bin/groff/src/utils/indxbib Makefile > gnu/usr.bin/groff/tmac Makefile > gnu/usr.bin/rcs/rcsfreeze Makefile > gnu/usr.bin/send-pr Makefile > kerberosIV/share/info Makefile > lib/libncurses Makefile > sbin/mount_msdosfs Makefile > share/colldef Makefile > share/examples Makefile > share/examples/isdn/i4brunppp Makefile > share/info Makefile > share/sendmail Makefile > share/skel Makefile > share/syscons/fonts Makefile > share/syscons/keymaps Makefile > share/zoneinfo Makefile > usr.bin/calendar Makefile > usr.bin/locate/locate Makefile > usr.bin/mail Makefile > usr.bin/vi Makefile > usr.sbin/pcvt/keycap Makefile > usr.sbin/rpc.yppasswdd Makefile > usr.sbin/ypserv Makefile > Log: > s/${INSTALL} -c/${INSTALL} ${COPY}/ Strongly unapproved by: bde. This change is to help work around the foot-shooting of making -d incompatible with -C and -p in install(1)'s flags. It abuses the old poorly named COPY variable which had become a no-op. Now COPY is still poorly named but has different semantics. All this is like breaking cc to reject combinations of flags that don't really go together (e.g., -I doesn't go with linking) instead of just ignoring the flags that don't apply to the current operation, and then working around this foot-shooting by splitting up CFLAGS and changing many Makefiles to only use the part of CFLAGS that is relevant. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message