summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-16 10:11:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-16 10:11:12 +0100
commit40e385e8489f1319219179f24b44c41d672f3719 (patch)
treea52490310d259b4b88ba404de4156d20fb266a07 /mk
parentb446a21956b1d6369d6803237a84da488e1b9ce6 (diff)
add make dep shortcut
now you can use make dep menu menuconfig, if you change any PKG_DEPENDS or PKG_BUILDDEPS
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index ec501922e..758e3a3c4 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -423,4 +423,7 @@ bulk:
mksh $(TOPDIR)/package/pkgmaker
@:>.menu
-.PHONY: menu
+dep:
+ mksh $(TOPDIR)/package/depmaker
+
+.PHONY: menu dep