summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-09-14 19:15:16 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-09-14 19:15:16 +0200
commit94a617136b6b5dea165b55bc011e96e460b3f1f9 (patch)
tree638f069f4800a406ee0c04723e52cee6ba1d2042 /mk
parentf025ebb7aa85ede947fc809c43b898bac8e0f9b3 (diff)
silent config dir compile, create pkgmaker target dir earlier
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index c3ab05dcd..150d3de25 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -491,11 +491,11 @@ bulkallmod:
done <${TOPDIR}/target/bulk.lst
${TOPDIR}/bin/tools/pkgmaker:
+ @mkdir -p $(TOPDIR)/bin/tools
@$(HOSTCC) -g -o $@ tools/adk/pkgmaker.c tools/adk/sortfile.c tools/adk/strmap.c
package/Config.in.auto menu .menu: $(wildcard ${TOPDIR}/package/*/Makefile) ${TOPDIR}/bin/tools/pkgmaker
@echo "Generating menu structure ..."
- @mkdir -p $(TOPDIR)/bin/tools
@$(TOPDIR)/bin/tools/pkgmaker
@:>.menu