[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make it possible to avoid symlinks in coreutils' bootstrap
From: |
Paul Eggert |
Subject: |
Re: make it possible to avoid symlinks in coreutils' bootstrap |
Date: |
Wed, 11 Oct 2006 11:25:27 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
>> Symlinks pass through the last-modified time of the gnulib files.
>> cp -p also passes through the last-modified time of the gnulib files.
>> So if the first "make" already sees the new files from the gnulib
>> tree through the symlinks, it will also see the new files from
>> the gnulib files through copies made via cp -p.
>
> But the `cp -p' of the new gnulib files happens only after the first
> `make' in the scenario.
>
> It's a typical (for me) "I was tired and I typed `make' before
> `./bootstrap' after updating gnulib sources" scenario.
OK, I see the scenario now. If this is a real problem, then perhaps
we should have two options, --copy-preserve and --copy. However, it
won't be a problem for me (I don't use --copy) and it won't be a
problem for Bruno (he does a make distclean after a bootstrap). Were
you planning to use --copy?
- Re: make it possible to avoid symlinks in coreutils' bootstrap, (continued)
- Re: make it possible to avoid symlinks in coreutils' bootstrap, Paul Eggert, 2006/10/09
- Re: make it possible to avoid symlinks in coreutils' bootstrap, Ralf Wildenhues, 2006/10/10
- Re: make it possible to avoid symlinks in coreutils' bootstrap, Ralf Wildenhues, 2006/10/10
- Re: make it possible to avoid symlinks in coreutils' bootstrap, Paul Eggert, 2006/10/10
- Re: make it possible to avoid symlinks in coreutils' bootstrap, Ralf Wildenhues, 2006/10/11
- Re: make it possible to avoid symlinks in coreutils' bootstrap, Paul Eggert, 2006/10/11
- Re: make it possible to avoid symlinks in coreutils' bootstrap, Ralf Wildenhues, 2006/10/11
- Re: [bug-gnulib] make it possible to avoid symlinks in coreutils' bootstrap, Bruno Haible, 2006/10/11
Re: make it possible to avoid symlinks in coreutils' bootstrap, Paul Eggert, 2006/10/11