From fbdbf318c5f812245f76c766a5f3248aa4707574 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 17 May 2001 12:44:17 +0000 Subject: [PATCH] (NEW_CYGWIN): Output message about spurious error message that is to be ignored. --- nt/ChangeLog | 5 +++++ nt/gmake.defs | 1 + 2 files changed, 6 insertions(+) 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 -- 2.39.5