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)
116
116
TKEXECUTABLE = $(shell basename "$(TKFRAMEWORK)" .app)
117
117
endif
118
118
119
- ifeq ($(findstring $(MAKEFLAGS ) ,s) ,s)
119
+ ifeq ($(findstring $(firstword - $( MAKEFLAGS ) ) ,s) ,s)
120
120
QUIET_GEN =
121
121
endif
122
122
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ space := $(empty) $(empty)
37
37
QUIET_SUBDIR0 = +$(MAKE ) -C # space to separate -C and subdir
38
38
QUIET_SUBDIR1 =
39
39
40
- ifneq ($(findstring w,$(MAKEFLAGS ) ) ,w)
40
+ ifneq ($(findstring w,$(firstword - $( MAKEFLAGS ) ) ) ,w)
41
41
PRINT_DIR = --no-print-directory
42
42
else # "make -w"
43
43
NO_SUBDIR = :
44
44
endif
45
45
46
- ifneq ($(findstring s,$(MAKEFLAGS ) ) ,s)
46
+ ifneq ($(findstring s,$(firstword - $( MAKEFLAGS ) ) ) ,s)
47
47
ifndef V
48
48
# # common
49
49
QUIET_SUBDIR0 = +@subdir=
You can’t perform that action at this time.
0 commit comments