bug-make
[Top][All Lists]
Advanced

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

[bug #64016] Simplify update_goal_chain.


From: Paul D. Smith
Subject: [bug #64016] Simplify update_goal_chain.
Date: Sun, 30 Apr 2023 09:17:29 -0400 (EDT)

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

I installed the code cleanup, thanks.

I don't understand the test that was added though.  How does this test show
that both rules are run at the same time?  It seems like it would behave the
same even if they were not.

Don't you mean something like this:

run_make_test(q!
hello.x::; @#HELPER# -q wait bye.x out $@
bye.x::; @#HELPER# sleep 1 file $@
!,
              '-j2 hello.x bye.x', "sleep 1\nfile bye.x\nhello.x");

?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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