Skip site navigation (1)Skip section navigation (2)
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

--7AUc2qLy4jB3hD7Z
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Jun 06, 2003 at 06:46:56AM -0700, Jun Kuriyama wrote:
> kuriyama    2003/06/06 06:46:56 PDT
>=20
>   FreeBSD src repository
>=20
>   Modified files:
>     bin/csh              Makefile=20
>     gnu/usr.bin/cc/cpp   Makefile=20
>     gnu/usr.bin/cc/f77   Makefile=20
>     lib/libform          Makefile=20
>     lib/libmenu          Makefile=20
>     lib/libncurses       Makefile=20
>     lib/libpanel         Makefile=20
>     usr.bin/awk          Makefile=20
>     usr.bin/less         Makefile.common=20
>   Log:
>   Use
>           cat ${.ALLSRC} > ${.TARGET}
>   rather than
>           ln -sf ${.ALLSRC} ${.TARGET}
>   not to depends on absolute-path of symbolic links.
>  =20
>   Commented by:  marcel, obrien, bde
>  =20
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,
--=20
Ruslan Ermilov		Sysadmin and DBA,
ru@sunbay.com		Sunbay Software Ltd,
ru@FreeBSD.org		FreeBSD committer

--7AUc2qLy4jB3hD7Z
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+4Kx+Ukv4P6juNwoRAlZPAJ9QU37HRlVpLiSqKh3jx67/lIlpWgCfZwjq
XllNlTZDNuYw6D6T4n9HEso=
=MbOR
-----END PGP SIGNATURE-----

--7AUc2qLy4jB3hD7Z--



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