summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-07-29 07:22:05 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-29 07:22:05 +0000
commitdd6683506b1a920bf700e44fd44d32b40e085b5b (patch)
tree3c19a72f0fd02cf5fe5589ca80486b8fc2134b97 /Makefile
parentdde76611a8f3a2606b9ed24ea1a4c6653fde5d04 (diff)
Improved the optware build targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
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 ; \