From eb61b33bf6fffddf7972e99ac51df1dff3cbd4f7 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Tue, 19 Jul 2005 23:30:26 +0000 Subject: [PATCH] Removed build-apex target, as it is now in OpenEmbedded instead. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) 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 ) -- 2.39.5