summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-19 21:02:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-19 21:02:57 +0100
commit69a374abb905573dc63f18a37dc7378ae5e9627c (patch)
tree1f1a7b4ec7c1bd42b04c9039179b434e1f1811fd /Makefile
parenta2c0f0b4fb853a9cec69452a6f6324963492e863 (diff)
parent5f155a30e5fc92d97ba0cf41b4b41abdd161ef1e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3b6d13687..5e9c37a3e 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,7 @@ pkg-help:
dev-help:
@echo 'Regenerate menu information via "make menu"'
+ @echo 'Regenerate dependency information via "make dep"'
@echo
@echo 'Fast way of updating package patches:'
@echo ' run "make package=<pkgname> clean" to start with a good base'
@@ -146,6 +147,9 @@ bulk: .prereq_done
menu: .prereq_done
@${GMAKE_INV} menu
+dep: .prereq_done
+ @${GMAKE_INV} dep
+
world: .prereq_done
@${GMAKE_INV} world