# HG changeset patch # User Andrew Innes # Date 990103442 0 # Node ID bb2c78e3e0686c04683752a54335ee1bc1150389 # Parent b264c3f590f09c24d804a2f8e4fc72453b9df3b4 (NEW_CYGWIN): Output message about spurious error message that is to be ignored. diff -r b264c3f590f0 -r bb2c78e3e068 nt/gmake.defs --- a/nt/gmake.defs Thu May 17 11:52:45 2001 +0000 +++ b/nt/gmake.defs Thu May 17 12:44:02 2001 +0000 @@ -87,6 +87,7 @@ sh_output := $(shell echo foo") ifeq "$(sh_output)" "" NEW_CYGWIN = 1 +$(warning [Please ignore the syntax error just above - it is intentional]) endif endif