Merge branch 'ab/makeflags'
Backport a Makefile fix from upstream git. * ab/makeflags: Makefiles: change search through $(MAKEFLAGS) for GNU make 4.4
This commit is contained in:
2
Makefile
2
Makefile
@ -116,7 +116,7 @@ ifeq ($(uname_S),Darwin)
|
|||||||
TKEXECUTABLE = $(shell basename "$(TKFRAMEWORK)" .app)
|
TKEXECUTABLE = $(shell basename "$(TKFRAMEWORK)" .app)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(findstring $(MAKEFLAGS),s),s)
|
ifeq ($(findstring $(firstword -$(MAKEFLAGS)),s),s)
|
||||||
QUIET_GEN =
|
QUIET_GEN =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user