From: Rod Whitby Date: Tue, 19 Jul 2005 23:30:26 +0000 (+0000) Subject: Removed build-apex target, as it is now in OpenEmbedded instead. X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb61b33bf6fffddf7972e99ac51df1dff3cbd4f7;p=openembedded.git Removed build-apex target, as it is now in OpenEmbedded instead. --- diff --git a/Makefile b/Makefile index bee271d0d7..f9d7946f0f 100644 --- a/Makefile +++ b/Makefile @@ -38,10 +38,6 @@ 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 )