summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 093fb73e2..f1d49ed44 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,8 @@ pkg-help:
@echo 'This does not automatically resolve package dependencies!'
dev-help:
+ @echo 'Regenerate menu information via "make menu"'
+ @echo
@echo 'Fast way of updating package patches:'
@echo ' run "make package=<pkgname> clean" to start with a good base'
@echo ' run "make package=<pkgname> patch" to fetch, unpack and patch the source'
@@ -135,6 +137,9 @@ package_index: .prereq_done
bulk: .prereq_done
@${GMAKE_INV} bulk
+menu: .prereq_done
+ @${GMAKE_INV} menu
+
world: .prereq_done
@${GMAKE_INV} world