Skip to content

Commit 9543d76

Browse files
Adam Farleyshipilev
authored andcommitted
8253000: Remove redundant MAKE_SUBDIR argument
Reviewed-by: erikj
1 parent 4dfa411 commit 9543d76

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

make/Main.gmk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ $(eval $(call SetupTarget, generate-exported-symbols, \
112112
$(eval $(call DeclareRecipesForPhase, GENSRC, \
113113
TARGET_SUFFIX := gensrc-src, \
114114
FILE_PREFIX := Gensrc, \
115-
MAKE_SUBDIR := gensrc, \
116115
CHECK_MODULES := $(ALL_MODULES), \
117116
))
118117

@@ -150,7 +149,6 @@ ALL_TARGETS += $(GENSRC_TARGETS)
150149
$(eval $(call DeclareRecipesForPhase, GENDATA, \
151150
TARGET_SUFFIX := gendata, \
152151
FILE_PREFIX := Gendata, \
153-
MAKE_SUBDIR := gendata, \
154152
CHECK_MODULES := $(ALL_MODULES), \
155153
))
156154

@@ -161,7 +159,6 @@ ALL_TARGETS += $(GENDATA_TARGETS)
161159
$(eval $(call DeclareRecipesForPhase, COPY, \
162160
TARGET_SUFFIX := copy, \
163161
FILE_PREFIX := Copy, \
164-
MAKE_SUBDIR := copy, \
165162
CHECK_MODULES := $(ALL_MODULES), \
166163
))
167164

@@ -203,7 +200,6 @@ ALL_TARGETS += $(JAVA_TARGETS)
203200
$(eval $(call DeclareRecipesForPhase, LIBS, \
204201
TARGET_SUFFIX := libs, \
205202
FILE_PREFIX := Lib, \
206-
MAKE_SUBDIR := lib, \
207203
CHECK_MODULES := $(ALL_MODULES), \
208204
))
209205

@@ -216,7 +212,6 @@ ALL_TARGETS += $(LIBS_TARGETS)
216212
$(eval $(call DeclareRecipesForPhase, STATIC_LIBS, \
217213
TARGET_SUFFIX := static-libs, \
218214
FILE_PREFIX := Lib, \
219-
MAKE_SUBDIR := lib, \
220215
CHECK_MODULES := $(ALL_MODULES), \
221216
EXTRA_ARGS := STATIC_LIBS=true, \
222217
))
@@ -228,7 +223,6 @@ ALL_TARGETS += $(STATIC_LIBS_TARGETS)
228223
$(eval $(call DeclareRecipesForPhase, LAUNCHER, \
229224
TARGET_SUFFIX := launchers, \
230225
FILE_PREFIX := Launcher, \
231-
MAKE_SUBDIR := launcher, \
232226
CHECK_MODULES := $(ALL_MODULES), \
233227
))
234228

make/MainSupport.gmk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ endef
185185
# Param 1: Name of list to add targets to
186186
# Named params:
187187
# TARGET_SUFFIX : Suffix of target to create for recipe
188-
# MAKE_SUBDIR : Subdir for this build phase
189188
# FILE_PREFIX : File prefix for this build phase
190189
# CHECK_MODULES : List of modules to try
191190
# MULTIPLE_MAKEFILES : Set to true to handle makefiles for the same module and

0 commit comments

Comments
 (0)