From: Alexandru Avadanii Date: Tue, 18 Oct 2016 15:21:08 +0000 (+0200) Subject: build: Add make target X-Git-Tag: danube.1.RC1~88 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F23305%2F2;p=armband.git build: Add make target Pass `make debug` to Fuel@OPNFV build system. debug requires Fuel@OPNFV submodules to be initialized, since `f_repobuild` relies on fuel-mirror submodule. Change-Id: Ia64a7d79143c00fc09076472ad346f0cdc20c2b5 Signed-off-by: Alexandru Avadanii --- diff --git a/Makefile b/Makefile index b563440d..9ba6d9cb 100644 --- a/Makefile +++ b/Makefile @@ -115,10 +115,12 @@ patches-import: .submodules-init .submodules-patched done @touch $@ -# Pass down clean/deepclean/build to Fuel@OPNFV -.PHONY: clean +# Pass down debug/clean/deepclean/build to Fuel@OPNFV +.PHONY: clean debug clean: .submodules-init - $(MAKE) -e --no-print-directory -C ${F_BUILD_DIR} clean +debug: fuel-patches-import +clean debug: + $(MAKE) -e --no-print-directory -C ${F_BUILD_DIR} $@ .PHONY: deepclean deepclean: clean