Date: Fri, 6 Jun 2003 18:00:14 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Jun Kuriyama <kuriyama@FreeBSD.org>, Bruce Evans <bde@FreeBSD.org> Cc: cvs-all@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: <20030606150014.GA24705@sunbay.com> In-Reply-To: <200306061346.h56DkuHC031729@repoman.freebsd.org> References: <200306061346.h56DkuHC031729@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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. We aren't writing to these files
later, so it should be OK here to just use cp(1), a tool for COPYING
files. It is safe even if the source file has read-only mode.
Cheers,
--
Ruslan Ermilov Sysadmin and DBA,
ru@sunbay.com Sunbay Software Ltd,
ru@FreeBSD.org FreeBSD committer
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)
iD8DBQE+4Kx+Ukv4P6juNwoRAlZPAJ9QU37HRlVpLiSqKh3jx67/lIlpWgCfZwjq
XllNlTZDNuYw6D6T4n9HEso=
=MbOR
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030606150014.GA24705>
