From 454bea1b24e121d12495506a163b44d440077a8a Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sat, 2 Jul 2005 07:46:58 +0000 Subject: [PATCH] Added the push-master and upload-master targets. --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index b602b15fff..2602b22e21 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,14 @@ update-oe-symlinks: oe-symlinks/packages update-optware: optware/Makefile ( cd optware ; cvs update -d -P ) +.PHONY: push-master +push-master: monotone/nslu2-linux.db + monotone merge && monotone push + +.PHONY: upload-master +upload-master: monotone/nslu2-linux.db + scp Makefile www.nslu2-linux.org:/home/nslu2/public_html/Makefile + .PHONY: clobber-bitbake clobber-bitbake: rm -rf bitbake -- 2.39.5