summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2001-05-17 12:44:17 +0000
committerAndrew Innes <andrewi@gnu.org>2001-05-17 12:44:17 +0000
commitfbdbf318c5f812245f76c766a5f3248aa4707574 (patch)
treea4974c97b6e0b0825cf242630393e039d5092419 /nt
parente85e809a5cfa42daef145676557dd377d166494b (diff)
downloademacs-fbdbf318c5f812245f76c766a5f3248aa4707574.tar.gz
(NEW_CYGWIN): Output message about spurious error
message that is to be ignored.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/gmake.defs1
2 files changed, 6 insertions, 0 deletions
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 <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.
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