From 2332977c51f23f37d3bb9b80f2ba4ba4cbbbec70 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sat, 9 Jul 2005 18:40:02 +0000 Subject: [PATCH] Added new targets for non-core write access --- Makefile | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) 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 -- 2.39.5