summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-20Eat trailing spaces in sun modesunmakeIgor Pashev2-0/+38
2012-08-31Added tests for .WAITIgor Pashev1-0/+34
2012-08-31Ignore ? before command in SunOS modeIgor Pashev1-0/+2
2012-08-30SunOS make always use second expansionIgor Pashev1-0/+4
2012-08-30Implemented .WAITIgor Pashev3-0/+55
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
2012-08-30Define $(MAKE) to include --sun optionIgor Pashev1-0/+3
2012-08-27Added testsIgor Pashev1-0/+23
2012-08-26Support for SunOS make target-specific variablesIgor Pashev2-1/+9
2012-08-26Option --sun to enable syntax and features of SunOS makeIgor Pashev2-0/+8
2012-08-26Imported GNU Make 3.81upstream/3.82upstreamIgor Pashev343-0/+177067