From 94a617136b6b5dea165b55bc011e96e460b3f1f9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 14 Sep 2010 19:15:16 +0200 Subject: silent config dir compile, create pkgmaker target dir earlier --- mk/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk') 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 -- cgit v1.2.3