Date: Thu, 14 Mar 1996 09:59:01 +1100 From: Bruce Evans <bde@zeta.org.au> To: rgrimes@gndrsh.aac.dev.com, wosch@cs.tu-berlin.de Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org Subject: Re: cvs commit: src/share/mk bsd.own.mk Message-ID: <199603132259.JAA04695@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>>> COPY?= should be in sys.mk, eight *.mk files use this variable. >> >>I disagree. sys.mk is pulled in by _all_ makes. Much of what is >>in there should not really be in there but in another *.mk file >>like bsd.own.mk, perhaps bsd.common.mk. >COPY is a *FLAGS variable for ${INSTALL}, every ${INSTALL} in bsd.*.mk >use ${COPY}. >Until someone rewrite sys.mk, bsd.common.mk etc. I vote for COPY?= >in sys.mk. Comments? Flames? Put it in bsd.own.mk and someday rename bsd.own.mk and don't include it in sys.mk. There is no need to define the ownerships in a different file than the directories. sys.mk and bsd.common.mk aren't the right names - sys.mk has common stuff while bsd.common.mk would have system stuff :-) (actually stuff common to the base release). Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603132259.JAA04695>