bug-make
[Top][All Lists]
Advanced

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

[bug #107] Make fails when it could re-exec, and then succeed.


From: Paul D. Smith
Subject: [bug #107] Make fails when it could re-exec, and then succeed.
Date: Fri, 18 Nov 2011 14:33:53 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110921 Ubuntu/10.10 (maverick) Firefox/3.6.23

Follow-up Comment #2, bug #107 (project make):

Just to point out this works fine if you tell make to ignore errors during
builds using "-include":


~$ cat /tmp/foo.mk
there: hi ; @echo there
a.mk: ; echo 'b.mk: ; echo "hi: ; @echo hi" > $$@' > $@
-include a.mk
-include b.mk

~$ ./src/make/make-rel/make -f /tmp/foo.mk
echo 'b.mk: ; echo "hi: ; @echo hi" > $@' > a.mk
echo "hi: ; @echo hi" > b.mk
hi
there


Not saying this is a perfect solution but it does work.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?107>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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