diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-31 17:26:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-31 17:26:37 +0100 |
commit | 70efb82d20876582baea0a1cbcb127170aaf42ac (patch) | |
tree | 8c9891881d10ab8442fa5b7fc9816638acc0844a /mk | |
parent | 38136c7702e1940a88f24d09141f07b23b966a1c (diff) |
create empty file, when using defconfig. fix make bulk
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk index f5451b5b8..d526906ed 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -288,6 +288,8 @@ $(CONFIG)/gconf: @$(MAKE) -C $(CONFIG) gconf defconfig: .menu $(CONFIG)/conf + @${BASH} ${TOPDIR}/scripts/update-sys + @${BASH} ${TOPDIR}/scripts/update-pkg ifeq (${OStype},Linux) @echo ADK_HOST_LINUX=y > $(TOPDIR)/.defconfig endif |