From dd6683506b1a920bf700e44fd44d32b40e085b5b Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Fri, 29 Jul 2005 07:22:05 +0000 Subject: [PATCH] Improved the optware build targets --- Makefile | 6 ++++-- 1 file 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 ; \ -- 2.39.5