summaryrefslogtreecommitdiff
path: root/tests/scripts/features/sun-wait
AgeCommit message (Collapse)AuthorFilesLines
2015-03-24Implemented .WAITHEADmasterIgor Pashev1-0/+34
Based on this patch: http://lists.gnu.org/archive/html/help-make/2005-04/msg00091.html Test file (wait.mk): simple: 1 .WAIT 2 @echo $@ 1: @sleep 2; echo $@ 2: @echo $@ run: ./make --sun -f wait.mk -j50 simple Output: 1 2 simple