mirror of
https://github.com/mirror/make.git
synced 2026-08-30 11:18:08 +08:00
Various fixes and updates from testers of the beta3 release (mostly Windows
and OS/2 changes).
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user