[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [patch 5/8]
From: |
Andreas Gruenbacher |
Subject: |
Re: [Quilt-dev] [patch 5/8] |
Date: |
Sun, 18 Sep 2005 11:51:00 +0200 |
User-agent: |
KMail/1.7.1 |
On Tuesday 13 September 2005 23:25, Gary V. Vaughan wrote:
> Mac OS X 10.4 (I'm running 10.4.2) ships with a cp command that does
> not understand the `-l' option. Darwin ports has a coreutils port with
> GNU cp, but installs it as gcp so as not to overshadow Apple's cp
> command.
I guess backup-files can be used instead of cp -l. It tries to hardlink and
falls back to copying if that fails, so it should also work in non-UNIX
environments. (Copying is needed on UNIX when crossing filesystem
boundaries.)
> Similarly OS X's date command doesn't understand --rfc-822 among other
> options used by quilt, and coreutils installs gdate.
POSIX date unfortunately is too weak to be useful.
> Okay, so I relent, quilt needs coreutils. This patch searches for and uses
> gcp in preference to cp, and gdate in preference to date to workaround
> these problems, provided there is an installed GNU cp called gcp etc.
Could you please rediff against CVS HEAD? Thanks!
-- Andreas.
- Re: [Quilt-dev] [patch 7/8] nftw portability, (continued)
[Quilt-dev] [patch 5/8], gary, 2005/09/13
Re: [Quilt-dev] [patch 5/8], Gary V. Vaughan, 2005/09/14
Re: [Quilt-dev] [patch 5/8],
Andreas Gruenbacher <=
Re: [Quilt-dev] prefer-gnu-coreutils.diff [re-done against HEAD], John Vandenberg, 2005/09/18
Re: [Quilt-dev] prefer-gnu-coreutils.diff [re-done against HEAD], Andreas Gruenbacher, 2005/09/18
[Quilt-dev] [patch 6/8], gary, 2005/09/13
[Quilt-dev] [patch 8/8], gary, 2005/09/13
[Quilt-dev] [patch 1/8], gary, 2005/09/13