Files
make/tests/scripts/features
Dmitry Goncharov 40a6751abf [SV 62088] Avoid re-exec due to stdin.
The fix for SV 60595 causes make to re-execute when the makefile is
read from stdin.  E.g.
    $ printf 'all:; $(info hello)' | make -sf -

Reported by Sergei Trofimovich <siarheit@google.com>
Test added by Paul Smith <psmith@gnu.org>

* src/main.c (main): Set the mtime of the stdin temporary file.
* tests/scripts/features/reinvoke: Add a test.
2022-02-27 18:00:47 -05:00
..
2021-11-28 14:27:10 -05:00
2017-06-04 18:37:20 -04:00
2013-10-09 01:53:55 -04:00
2017-06-04 18:37:20 -04:00
2021-11-28 14:27:10 -05:00