summaryrefslogtreecommitdiffstats
path: root/src/import/tools
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2015-12-01 13:02:57 -0600
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 15:30:28 -0600
commitc31fe081c600e3854418aca7110d2a9f0d67aefb (patch)
tree43341d6d10e088160e3e2b2ebc8dc2893ae6c823 /src/import/tools
parentebd315c945b1ae325c21dc266b80fb47e367fabc (diff)
downloadtalos-hostboot-c31fe081c600e3854418aca7110d2a9f0d67aefb.tar.gz
talos-hostboot-c31fe081c600e3854418aca7110d2a9f0d67aefb.zip
Fix 'ekb build clean' failures.
We have enough procedures and objects that the previous implementation of 'ekb build clean' was yielding shell errors due to too many arguments. Changed the makefiles to resolve this issue. Also, makde 'ekb build clean' significantly faster in the process. Change-Id: I552da9926bf35b2e398caa8ee602e3175f5a109e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22376 Tested-by: Jenkins Server Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'src/import/tools')
-rw-r--r--src/import/tools/build/common.dir/script.rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/tools/build/common.dir/script.rules.mk b/src/import/tools/build/common.dir/script.rules.mk
index 81df4afe8..1e7280170 100644
--- a/src/import/tools/build/common.dir/script.rules.mk
+++ b/src/import/tools/build/common.dir/script.rules.mk
@@ -65,7 +65,7 @@ $$(addprefix $$($(GENERATED)_PATH)/,$(TARGETS)): \
$(call __CLEAN_TARGET,$$($(GENERATED)_PATH)/.$(GENERATED).built)
$(foreach target,$(TARGETS),\
- $(call __CLEAN_TARGET,$$($(GENERATED)_PATH)/$(target)))
+ $(call CLEAN_TARGET,$$($(GENERATED)_PATH)/$(target)))
$(or $1,GEN)_TARGETS += $$($(GENERATED)_PATH)/.$(GENERATED).built
OpenPOWER on IntegriCloud