(NEW_CYGWIN): Output message about spurious error

message that is to be ignored.
This commit is contained in:
Andrew Innes 2001-05-17 12:44:17 +00:00
parent e85e809a5c
commit fbdbf318c5
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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