[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: POSIX ruling on up-to-date vs. identical timestamps
From: |
David Boyce |
Subject: |
Re: POSIX ruling on up-to-date vs. identical timestamps |
Date: |
Thu, 21 Aug 2014 13:02:12 -0700 |
On Thu, Aug 21, 2014 at 12:27 PM, Ray Donnelly <address@hidden> wrote:
> On Thu, Aug 21, 2014 at 8:03 PM, David Boyce <address@hidden> wrote:
>> The obvious compromise would be to change the behavior only in the
>> presence of the ".POSIX:" special target.
>
> Sounds pragmatic; the repeatable builds people would probably like a
> solution that doesn't require changing Makefiles though, either an
> env. var or a command line option?
The command line is always possible for a special target given Paul's
clever --eval option:
make --eval .POSIX: ...
And for an EV approach it should be possible to add that to an
exported MAKEFLAGS.
- POSIX ruling on up-to-date vs. identical timestamps, Eric Blake, 2014/08/21
- Re: POSIX ruling on up-to-date vs. identical timestamps, Ray Donnelly, 2014/08/21
- Re: POSIX ruling on up-to-date vs. identical timestamps, Paul Eggert, 2014/08/21
- Re: POSIX ruling on up-to-date vs. identical timestamps, David Boyce, 2014/08/21
- Re: POSIX ruling on up-to-date vs. identical timestamps, Paul Eggert, 2014/08/21
- Re: POSIX ruling on up-to-date vs. identical timestamps, Paul Smith, 2014/08/23
- Re: POSIX ruling on up-to-date vs. identical timestamps, David Boyce, 2014/08/23
- Re: POSIX ruling on up-to-date vs. identical timestamps, Paul Eggert, 2014/08/23
- Re: POSIX ruling on up-to-date vs. identical timestamps, Paul Smith, 2014/08/26
- Re: POSIX ruling on up-to-date vs. identical timestamps, Eli Zaretskii, 2014/08/26
- Re: POSIX ruling on up-to-date vs. identical timestamps, Paul Smith, 2014/08/26
- Re: POSIX ruling on up-to-date vs. identical timestamps, Eli Zaretskii, 2014/08/26
- Re: POSIX ruling on up-to-date vs. identical timestamps, Keith Marshall, 2014/08/26
- Re: POSIX ruling on up-to-date vs. identical timestamps, Paul Eggert, 2014/08/26