Various fixes and updates from testers of the beta3 release (mostly Windows

and OS/2 changes).
This commit is contained in:
Paul Smith
2005-07-04 03:50:59 +00:00
parent 7dfa2461c3
commit 0e30f46a62
16 changed files with 151 additions and 125 deletions

View File

@@ -23,22 +23,22 @@ a: void
# 1 - existing file
%.1: void
@false
@exit 1
%.1: #MAKEFILE#
@true
@exit 0
# 2 - phony
%.2: void
@false
@exit 1
%.2: 2.phony
@true
@exit 0
.PHONY: 2.phony
# 3 - implicit-phony
%.3: void
@false
@exit 1
%.3: 3.implicit-phony
@true
@exit 0
3.implicit-phony:
',
@@ -110,7 +110,7 @@ $(dir)/foo.bar:
',
"dir=$dir",
"make: *** [$dir/foo.bar] Error 1",
"#MAKE#: *** [$dir/foo.bar] Error 1",
512);
unlink("$dir/foo.bar");