From 263bba08cb03659c1e1d54b43ae8c9c18d67b77a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 21 Mar 2017 00:26:05 +0100 Subject: rework kernel build process, changes to kernelconfig are reflected now Cleanup the package directory which is always used as intermediate step to build in the default some xz compressed archives with all package data. While reconfiguring the kernel mini.config or custom config changes to the firmware did not happen always. Some targets where redundant and the install step tries to compile, too. Be more quiet with any cpio usage. --- mk/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk/package.mk') diff --git a/mk/package.mk b/mk/package.mk index 31fbe7faa..d61722989 100644 --- a/mk/package.mk +++ b/mk/package.mk @@ -273,7 +273,7 @@ endif ifeq (,$(filter devonly,$(7))) $${PKG_BUILD} $${IDIR_$(1)} $${PACKAGE_DIR} $(MAKE_TRACE) -ifneq ($(ADK_DEBUG),y) +ifneq ($(ADK_DEBUG),) $${PKG_BUILD} $${IDIR_$(1)_DBG} $${PACKAGE_DIR} $(MAKE_TRACE) endif endif -- cgit v1.2.3