]> git.eshelyaron.com Git - emacs.git/commitdiff
(NEW_CYGWIN): Output message about spurious error
authorAndrew Innes <andrewi@gnu.org>
Thu, 17 May 2001 12:44:17 +0000 (12:44 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 17 May 2001 12:44:17 +0000 (12:44 +0000)
message that is to be ignored.

nt/ChangeLog
nt/gmake.defs

index aa5c58b05308425fed297fbf62c9b5b096a851ec..9026479d4f9f69126eb8486723694e2cac0782bf 100644 (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.
index f64f4c1ad25da05d3d6e485b7d84eac261cef9ec..7756da0d606a0f84221b2d1f121d59dc8fa2a313 100644 (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