From 2cd1a4a0b91cda38915848e6cc5f8b5748e69fb7 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 25 Oct 1998 04:32:31 +0000 Subject: [PATCH] Update gmake comments. --- Make-common.dist | 4 ++-- Makefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Make-common.dist b/Make-common.dist index badfadab24..e3a540c526 100644 --- a/Make-common.dist +++ b/Make-common.dist @@ -32,8 +32,8 @@ # # Note: Some make(1) programs do not understand the FOO?=BAR syntax. # -# On such systems, special care should be taken to ensure all variables -# are properly defined. +# On such systems, you should use copy Make-common.gmake to Make-common +# and use gmake to build the distribution. # ############################################################################# diff --git a/Makefile b/Makefile index d286e027b0..387ff32fa9 100644 --- a/Makefile +++ b/Makefile @@ -344,6 +344,7 @@ Make-common: Make-common.dist fi; \ echo "Copy Make-common.dist or Make-common.gmake to Make-common" ; \ echo " Edit as needed before making!" ; \ + echo " then run \"make makefiles\"" ; \ exit 1 # # rule to build Makefiles by concatenating Make-template file in each -- 2.39.5