bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #62088] Avoid re-exec due to stdin


From: Dmitry Goncharov
Subject: [bug #62088] Avoid re-exec due to stdin
Date: Sun, 20 Feb 2022 08:32:01 -0500 (EST)

Follow-up Comment #1, bug #62088 (project make):

Indeed, the fix for SV 60595 introduced an undesired change, specifically,
causes make to re-execute when make code is read from the standard input.
This is not related to lowdown. No need for any package or makefile to
reproduce. In fact, the following is sufficient

++++
$ printf 'all:; $(info hello)' | make -f -
----

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62088>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]