Added new targets for non-core write access
authorRod Whitby <rod@whitby.id.au>
Sat, 9 Jul 2005 18:40:02 +0000 (18:40 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 9 Jul 2005 18:40:02 +0000 (18:40 +0000)
Makefile

index 302d404..7aaf2e4 100644 (file)
--- 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