diff options
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
