From: Rod Whitby Date: Fri, 29 Jul 2005 07:22:05 +0000 (+0000) Subject: Improved the optware build targets X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd6683506b1a920bf700e44fd44d32b40e085b5b;p=openembedded.git Improved the optware build targets --- diff --git a/Makefile b/Makefile index ae5e9bbf0b..8161753663 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,8 @@ setup-optware optware/Makefile: ${MAKE} downloads [ -e optware/Makefile ] || ( cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/nslu co -d optware unslung ) -optware/nslu2/Makefile : optware/Makefile +optware/nslu2/Makefile: + ${MAKE} optware/Makefile [ -e optware/nslu2/Makefile ] || ( \ mkdir -p optware/nslu2 ; \ echo "OPTWARE_TARGET=nslu2" > optware/nslu2/Makefile ; \ @@ -93,7 +94,8 @@ optware/nslu2/Makefile : optware/Makefile ln -s ../sources optware/nslu2/sources ; \ ) -optware/wl500g/Makefile : optware/Makefile +optware/wl500g/Makefile: + ${MAKE} optware/Makefile [ -e optware/wl500g/Makefile ] || ( \ mkdir -p optware/wl500g ; \ echo "OPTWARE_TARGET=wl500g" > optware/wl500g/Makefile ; \