From: Andrew Innes Date: Fri, 1 Jun 2001 13:18:27 +0000 (+0000) Subject: (sh_output): Don't use $(warning ...) to output X-Git-Tag: emacs-pretest-21.0.104~330 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6dcb51ccd6b8e92166f953e3f04786487e4565b8;p=emacs.git (sh_output): Don't use $(warning ...) to output messages, since that is not supported by GNU make 3.77. --- diff --git a/nt/gmake.defs b/nt/gmake.defs index 7756da0d606..583a054ca7c 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -84,10 +84,10 @@ THISDIR = . # 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