From 40e385e8489f1319219179f24b44c41d672f3719 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 16 Jan 2010 10:11:12 +0100 Subject: add make dep shortcut now you can use make dep menu menuconfig, if you change any PKG_DEPENDS or PKG_BUILDDEPS --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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= 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 -- cgit v1.2.3