File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ ifeq ($(uname_S),Darwin)
116116 TKEXECUTABLE = $(shell basename "$(TKFRAMEWORK)" .app)
117117endif
118118
119- ifeq ($(findstring $(MAKEFLAGS ) ,s) ,s)
119+ ifeq ($(findstring $(firstword - $( MAKEFLAGS ) ) ,s) ,s)
120120QUIET_GEN =
121121endif
122122
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ space := $(empty) $(empty)
3737QUIET_SUBDIR0 = +$(MAKE ) -C # space to separate -C and subdir
3838QUIET_SUBDIR1 =
3939
40- ifneq ($(findstring w,$(MAKEFLAGS ) ) ,w)
40+ ifneq ($(findstring w,$(firstword - $( MAKEFLAGS ) ) ) ,w)
4141PRINT_DIR = --no-print-directory
4242else # "make -w"
4343NO_SUBDIR = :
4444endif
4545
46- ifneq ($(findstring s,$(MAKEFLAGS ) ) ,s)
46+ ifneq ($(findstring s,$(firstword - $( MAKEFLAGS ) ) ) ,s)
4747ifndef V
4848# # common
4949 QUIET_SUBDIR0 = +@subdir=
You can’t perform that action at this time.
0 commit comments