Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2002 21:21:14 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, <cvs-all@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
Message-ID:  <20020719210904.Q12629-100000@gamplex.bde.org>
In-Reply-To: <200207181207.g6IC7nbZ050557@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020719210904.Q12629-100000>