(NEW_CYGWIN): Output message about spurious error
message that is to be ignored.
This commit is contained in:
parent
e85e809a5c
commit
fbdbf318c5
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-05-17 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* gmake.defs (NEW_CYGWIN): Output message about spurious error
|
||||
message that is to be ignored.
|
||||
|
||||
2001-05-13 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* TODO: Remove file, since it is completely out of date.
|
||||
|
|
|
@ -87,6 +87,7 @@ ifdef USING_SH
|
|||
sh_output := $(shell echo foo")
|
||||
ifeq "$(sh_output)" ""
|
||||
NEW_CYGWIN = 1
|
||||
$(warning [Please ignore the syntax error just above - it is intentional])
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue