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 ...
Marcel Moolenaar
marcel at xcllnt.net
Fri Jun 6 11:39:05 PDT 2003
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 at xcllnt.net
More information about the cvs-src
mailing list