mirror of
https://github.com/simh/simh.git
synced 2026-01-14 23:55:06 +00:00
MAKE: Changed minimum version of gmake required before warning is issued from 3.81 to 3.80.
This commit is contained in:
parent
fdcbef3954
commit
c6eef85850
2
makefile
2
makefile
@ -50,7 +50,7 @@
|
||||
#
|
||||
# CC Command (and platform available options). (Poor man's autoconf)
|
||||
#
|
||||
ifeq (old,$(shell gmake --version /dev/null 2>&1 | grep 'GNU Make' | awk '{ if ($$3 < "3.82") {print "old"} }'))
|
||||
ifeq (old,$(shell gmake --version /dev/null 2>&1 | grep 'GNU Make' | awk '{ if ($$3 < "3.81") {print "old"} }'))
|
||||
GMAKE_VERSION = $(shell gmake --version /dev/null 2>&1 | grep 'GNU Make' | awk '{ print $$3 }')
|
||||
$(warning *** Warning *** GNU Make Version $(GMAKE_VERSION) is too old to)
|
||||
$(warning *** Warning *** fully process this makefile)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user