diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 11:25:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 11:25:09 +0100 |
commit | fed4931572ca5a46b4f316184f3f8d357636fbfb (patch) | |
tree | e9b8d445a50c427c8ed3e84e022b984bf71ad1a3 /Makefile | |
parent | 1007042ca0a748f75f8e61c89e0278df55c8f390 (diff) |
add subpackage descriptions and make menu
pkgmaker should only be run by developers. takes to long otherwise.
generated Config.in data can be committed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |