bug-make
[Top][All Lists]
Advanced

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

[bug #15492] Intermediateness of multiple targets in pattern rules


From: Paul D. Smith
Subject: [bug #15492] Intermediateness of multiple targets in pattern rules
Date: Mon, 2 Jan 2023 16:22:43 -0500 (EST)

Update of bug #15492 (project make):

                  Status:                    None => Fixed                  
             Assigned to:                    None => psmith                 
             Open/Closed:                    Open => Closed                 
           Fixed Release:                    None => 4.4                    

    _______________________________________________________

Follow-up Comment #2:

This was fixed in GNU Make 4.4.  Current behavior:

$ make
cp Makefile test.source
head test.source > test.intermediate1
tail test.source > test.intermediate2
cat test.intermediate1 test.intermediate2 > test.final
rm test.source test.intermediate2 test.intermediate1

Note that both test.intermediate1 and test.intermediate2 are removed as
intermediate.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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