Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | all: |
michael@0 | 2 | touch file.in |
michael@0 | 3 | printf "%s: %s\n\ttrue" '$(CURDIR)/file.out' '$(CURDIR)/file.in' >test.mk |
michael@0 | 4 | $(MAKE) -f test.mk $(CURDIR)/file.out |
michael@0 | 5 | @echo TEST-PASS |