From: Rod Whitby Date: Sat, 2 Jul 2005 07:46:58 +0000 (+0000) Subject: Added the push-master and upload-master targets. X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=454bea1b24e121d12495506a163b44d440077a8a;p=openembedded.git Added the push-master and upload-master targets. --- 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