[bug #51190] make -n fails if export is used with recursion

2017-06-06 Thread Robert Durkacz
URL: Summary: make -n fails if export is used with recursion Project: make Submitted by: rdurkacz Submitted on: Tue 06 Jun 2017 11:36:42 AM UTC Severity: 3 - Normal Item

make -n fails if export is used with recursion

2017-05-27 Thread Robert Durkacz
If I run "make some_target" and get an unexpected result, I would do this-- make -n some_target > script to see what it was make was trying to do. If I run the commands in "script", one by one or together, I think I should get the same result as in the original case. But it turns out not to work pr