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