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
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