On Thu, Aug 21, 2014 at 12:27 PM, Ray Donnelly <[email protected]> wrote: > On Thu, Aug 21, 2014 at 8:03 PM, David Boyce <[email protected]> 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. _______________________________________________ Autoconf mailing list [email protected] https://lists.gnu.org/mailman/listinfo/autoconf
