From cb72cea8cfb33f7b58d4c28779f3867685b46a70 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Tue, 26 Jul 2005 01:46:57 +0000 Subject: [PATCH] Added the push-bitbake and import-bitbake targets --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 248eec5794..adfc70324b 100644 --- a/Makefile +++ b/Makefile @@ -210,6 +210,10 @@ push: push-master push-openembedded push-master: update-master monotone push +.PHONY: push-bitbake +push-bitbake: update-bitbake + ( cd bitbake ; monotone push ) + .PHONY: push-openembedded push-openembedded: update-openembedded ( cd openembedded ; monotone push ) @@ -240,6 +244,10 @@ import-openembedded: openembedded/conf/machine/nslu2.conf monotone merge -b org.openembedded.dev ; \ fi +.PHONY: import-bitbake +import-bitbake: bitbake/bin/bitbake + svn co svn://svn.berlios.de/bitbake/trunk/bitbake + .PHONY: propagate-from-oe propagate-from-oe: monotone propagate org.openembedded.dev org.openembedded.nslu2-linux -- 2.39.5