if we're on lynx, set up GNU_MAKE and CONFIG_SHELL in FLAGS_TO_PASS to

override "generic" (ie. incorrect) values of "" and /usr/latest/bin/make
This commit is contained in:
Mark Eichin 1993-11-11 20:35:30 +00:00
parent 062d092547
commit 7ae681949a
1 changed files with 5 additions and 0 deletions

View File

@ -201,6 +201,11 @@ FLAGS_TO_PASS := \
"RELEASE_TAG=$(RELEASE_TAG)" \
"SHELL=$(SHELL)"
# set GNU_MAKE and CONFIG_SHELL correctly in sub-builds
ifeq ($(patsubst %-lynxos,lynxos,$(canonhost)),lynxos)
FLAGS_TO_PASS := $(FLAGS_TO_PASS) "GNU_MAKE=$(MAKE)" "CONFIG_SHELL=/bin/bash"
endif
all-emacs:
@echo build started at `date`
[ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)