# HG changeset patch # User Andrew Innes # Date 991401507 0 # Node ID 84ecffb66da7edfd79998c22dead90eaa7b01d8a # Parent dc31ff1633831a21c11b6b08c2faf127a74c5c78 (sh_output): Don't use $(warning ...) to output messages, since that is not supported by GNU make 3.77. diff -r dc31ff163383 -r 84ecffb66da7 nt/gmake.defs --- a/nt/gmake.defs Fri Jun 01 12:21:57 2001 +0000 +++ b/nt/gmake.defs Fri Jun 01 13:18:27 2001 +0000 @@ -84,10 +84,10 @@ # affects makefiles using sh as the command processor, so we need to # detect which rules to use. ifdef USING_SH +sh_output := $(shell echo [Please ignore a syntax error on the next line - it is intentional] 1>&2) sh_output := $(shell echo foo") ifeq "$(sh_output)" "" NEW_CYGWIN = 1 -$(warning [Please ignore the syntax error just above - it is intentional]) endif endif