Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-20 | Eat trailing spaces in sun modesunmake | Igor Pashev | 2 | -0/+38 | |
2012-08-31 | Added tests for .WAIT | Igor Pashev | 1 | -0/+34 | |
2012-08-31 | Ignore ? before command in SunOS mode | Igor Pashev | 1 | -0/+2 | |
2012-08-30 | SunOS make always use second expansion | Igor Pashev | 1 | -0/+4 | |
2012-08-30 | Implemented .WAIT | Igor Pashev | 3 | -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-30 | Define $(MAKE) to include --sun option | Igor Pashev | 1 | -0/+3 | |
2012-08-27 | Added tests | Igor Pashev | 1 | -0/+23 | |
2012-08-26 | Support for SunOS make target-specific variables | Igor Pashev | 2 | -1/+9 | |
2012-08-26 | Option --sun to enable syntax and features of SunOS make | Igor Pashev | 2 | -0/+8 | |
2012-08-26 | Imported GNU Make 3.81upstream/3.82upstream | Igor Pashev | 343 | -0/+177067 | |