Kaydet (Commit) b1680567 authored tarafından Caolán McNamara's avatar Caolán McNamara

the dmake binary on many build-bots is not in sync with the in-tree version

Change-Id: Ic52986c15de0051321d710e9c26d26786302a196
üst 1f77c432
......@@ -319,6 +319,9 @@ $(eval $(call dmake_modules_rules,$(dmake_modules)))
clean: clean-host clean-build
clean-host:
ifeq ($(BUILD_DMAKE),YES)
if [ -f dmake/Makefile ] ; then $(GNUMAKE) -j $(GMAKE_PARALLELISM) -C dmake clean; fi
endif
rm -fr $(DEVINSTALLDIR)
rm -fr $(OUTDIR)
rm -fr $(WORKDIR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment