From: Rod Whitby Date: Tue, 19 Jul 2005 18:43:09 +0000 (+0000) Subject: Added the build-apex target X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c4141b07e17a72af33f82c3ca99c59de8894b33;p=openembedded.git Added the build-apex target --- diff --git a/Makefile b/Makefile index be1786f0be..bee271d0d7 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,10 @@ openslug build-openslug: openslug/Makefile bitbake/bin/bitbake openembedded/conf optware build-optware: optware/Makefile ( cd optware ; make ) +.PHONY: apex build-apex +apex build-apex: apex/Makefile + ( cd apex ; make nslu2_config ; make oldconfig ; make CROSS_COMPILE=../openslug/tmp/cross/bin/armeb-linux- ) + .PHONY: setup-monotone setup-monotone monotone/nslu2-linux.db: [ -e monotone/nslu2-linux.db ] || ( mkdir -p monotone && monotone -d monotone/nslu2-linux.db db init ) @@ -102,6 +106,10 @@ setup-upslug-developer: setup-sluggo-developer: cvs -d :ext:${CVS_USER}@cvs.sf.net:/cvsroot/nslu co sluggo +.PHONY: setup-apex +setup-apex apex/Makefile: + cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/nslu co apex + .PHONY: setup-apex-developer setup-apex-developer: cvs -d :ext:${CVS_USER}@cvs.sf.net:/cvsroot/nslu co apex