summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-02 20:45:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-02 20:45:23 +0100
commit39df35e9aeeb49ae6b33c520405930a78570ecfe (patch)
treede3b72350ceccd32c0d8aaba0a1cf731414ec85a /Makefile
parentafb0d4c43cb9844542dab9f53e43ba53a2ac6921 (diff)
add newpackage target to simplify adding new packages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dfe1b0ca1..3b6d13687 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,9 @@ dev-help:
@echo ''
@echo 'All changed patches will be opened with your $$EDITOR,'
@echo 'so you can add a description and verify the modifications.'
+ @echo ''
+ @echo 'Adding a new package:'
+ @echo 'make PKG=foo VER=1.0 newpackage'
clean: .prereq_done
-@rm -f nohup.out
@@ -113,6 +116,9 @@ switch: .prereq_done
kernelconfig: .prereq_done
@${GMAKE_INV} kernelconfig
+newpackage: .prereq_done
+ @${GMAKE_INV} newpackage
+
image_clean imageclean cleanimage: .prereq_done
@${GMAKE_INV} image_clean