From: Andrew Innes Date: Thu, 17 May 2001 12:44:17 +0000 (+0000) Subject: (NEW_CYGWIN): Output message about spurious error X-Git-Tag: emacs-pretest-21.0.104~466 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbdbf318c5f812245f76c766a5f3248aa4707574;p=emacs.git (NEW_CYGWIN): Output message about spurious error message that is to be ignored. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index aa5c58b0530..9026479d4f9 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2001-05-17 Andrew Innes + + * gmake.defs (NEW_CYGWIN): Output message about spurious error + message that is to be ignored. + 2001-05-13 Andrew Innes * TODO: Remove file, since it is completely out of date. diff --git a/nt/gmake.defs b/nt/gmake.defs index f64f4c1ad25..7756da0d606 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -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