diff options
Diffstat (limited to 'mk/build.mk')
-rw-r--r-- | mk/build.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk index a4559afef..9b9c6ec8d 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -175,7 +175,7 @@ newpackage: $(SED) 's#@PKG@#$(PKG)#' $(TOPDIR)/package/$(PKG)/Makefile $(SED) 's#@VER@#$(VER)#' $(TOPDIR)/package/$(PKG)/Makefile @echo "Edit package/$(PKG)/Makefile to complete" - @echo "Do not forget to add package to package/Config.in" + @echo "choose PKG_SECTION to add it to an existent submenu" ############################################################# # @@ -483,10 +483,12 @@ bulkallmod: done <${TOPDIR}/target/bulk.lst menu .menu: $(wildcard ${TOPDIR}/package/*/Makefile) + @echo "Generating menu structure ..." mksh $(TOPDIR)/package/pkgmaker @:>.menu dep: + @echo "Generating dependencies ..." mksh $(TOPDIR)/package/depmaker .PHONY: menu dep |