Mercurial > emacs
changeset 37972:84ecffb66da7
(sh_output): Don't use $(warning ...) to output
messages, since that is not supported by GNU make 3.77.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Fri, 01 Jun 2001 13:18:27 +0000 |
parents | dc31ff163383 |
children | fcc11950fae1 |
files | nt/gmake.defs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/gmake.defs Fri Jun 01 12:21:57 2001 +0000 +++ b/nt/gmake.defs Fri Jun 01 13:18:27 2001 +0000 @@ -84,10 +84,10 @@ # 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