Date: Fri, 6 Jun 2003 11:39:03 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: Jun Kuriyama <kuriyama@FreeBSD.org> Subject: Re: cvs commit: src/bin/csh Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/cc/f77 Makefile src/lib/libform Makefile src/lib/libmenu Makefile src/lib/libncurses Makefile src/lib/libpanel Makefile src/usr.bin/awk Makefile ... Message-ID: <20030606183903.GE569@dhcp01.pn.xcllnt.net> In-Reply-To: <20030606150014.GA24705@sunbay.com> References: <200306061346.h56DkuHC031729@repoman.freebsd.org> <20030606150014.GA24705@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 06, 2003 at 06:00:14PM +0300, Ruslan Ermilov wrote:
> On Fri, Jun 06, 2003 at 06:46:56AM -0700, Jun Kuriyama wrote:
> > kuriyama 2003/06/06 06:46:56 PDT
> >
> > FreeBSD src repository
> >
> > Modified files:
> > bin/csh Makefile
> > gnu/usr.bin/cc/cpp Makefile
> > gnu/usr.bin/cc/f77 Makefile
> > lib/libform Makefile
> > lib/libmenu Makefile
> > lib/libncurses Makefile
> > lib/libpanel Makefile
> > usr.bin/awk Makefile
> > usr.bin/less Makefile.common
> > Log:
> > Use
> > cat ${.ALLSRC} > ${.TARGET}
> > rather than
> > ln -sf ${.ALLSRC} ${.TARGET}
> > not to depends on absolute-path of symbolic links.
> >
> > Commented by: marcel, obrien, bde
> >
> I still think this should be done with "cp -f ${.ALLSRC} ${.TARGET}"
> though, as discussed with Marcel.
And I still think it shouldn't :-)
Let's keep it a private discussion for now. It's all very easily
changed once we're in agreement.
--
Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030606183903.GE569>
