From: Rod Whitby Date: Sat, 9 Jul 2005 18:40:02 +0000 (+0000) Subject: Added new targets for non-core write access X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~153^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2332977c51f23f37d3bb9b80f2ba4ba4cbbbec70;p=openembedded.git Added new targets for non-core write access --- diff --git a/Makefile b/Makefile index 302d404aec..7aaf2e43e6 100644 --- a/Makefile +++ b/Makefile @@ -90,14 +90,6 @@ update-oe-symlinks: oe-symlinks/packages update-optware: optware/Makefile downloads ( cd optware ; cvs update -d -P ) -.PHONY: push-master -push-master: monotone/nslu2-linux.db - monotone push - -.PHONY: push-openembedded -push-openembedded: openembedded/conf/machine/nslu2.conf - ( cd openembedded ; monotone push ) - .PHONY: clobber-bitbake clobber-bitbake: rm -rf bitbake @@ -114,13 +106,17 @@ clobber-oe-symlinks: clobber-optware: rm -rf optware -# Deprecated targets +# Targets for use by those with write access to the repositories -unslung-build : build-unslung -openslug-build : build-openslug -optware-build : build-optware +.PHONY: push-master +push-master: monotone/nslu2-linux.db + monotone push + +.PHONY: push-openembedded +push-openembedded: openembedded/conf/machine/nslu2.conf + ( cd openembedded ; monotone push ) -# Core team use only targets +# Targets for use by core team members only .PHONY: publish-master publish-master: push-master