diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/build.mk b/mk/build.mk index 4c563a38c..4bc23cc32 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -539,15 +539,15 @@ bulkallmod: ${TOPDIR}/bin/tools/pkgmaker: @mkdir -p $(TOPDIR)/bin/tools - @$(HOSTCC) -g -o $@ tools/adk/pkgmaker.c tools/adk/sortfile.c tools/adk/strmap.c + @$(HOSTCC) -Wall -g -o $@ tools/adk/pkgmaker.c tools/adk/sortfile.c tools/adk/strmap.c ${TOPDIR}/bin/tools/pkgrebuild: @mkdir -p $(TOPDIR)/bin/tools - @$(HOSTCC) -g -o $@ tools/adk/pkgrebuild.c tools/adk/strmap.c + @$(HOSTCC) -Wall -g -o $@ tools/adk/pkgrebuild.c tools/adk/strmap.c package/Config.in.auto menu .menu: $(wildcard ${TOPDIR}/package/*/Makefile) ${TOPDIR}/bin/tools/pkgmaker ${TOPDIR}/bin/tools/pkgrebuild @echo "Generating menu structure ..." - @$(TOPDIR)/bin/tools/pkgmaker + $(TOPDIR)/bin/tools/pkgmaker @:>.menu $(TOPDIR)/bin/tools: |