Follow-up Comment #2, bug #30328 (project make):
I am not sure if we really need echo, but it will be good to have command to
output make variables to file.
Because of shell limitation that is very expensive with echo.
#performance is awful here!!!
all: $(thousands_of_target_files)
$(foreach file,$^,echo $file >> list.all.targets)
I think that is very good to have additional parameter for existing $(info)
function.
#This should work much faster
all: $(thousands_of_target_files)
$(info $^,list.all.targets)
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?30328>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make