Fix some Savannah bugs.

Updates to docs (still need more work here) and NEWS file.
New language.
This commit is contained in:
Paul Smith
2005-04-08 12:51:20 +00:00
parent 4923580e3a
commit 3daf8df6ee
16 changed files with 165 additions and 52 deletions

View File

@@ -97,4 +97,11 @@ $answer = "ONE.inc\nTHREE.inc\nTWO.inc\nONE\nTHREE\nTWO\nsuccess\n";
unlink('1.inc', '2.inc');
# Test shell functions within commands: make sure they're not reducing our
# parallelism.
run_make_test('.PHONY: all
all: ; @echo $(shell echo hi)
','','hi');
1;