Forgot to add getting shell syntax error 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Billy Patton
> Sent: Monday, February 05, 2007 12:54 PM
> To: [email protected]
> Subject: Something very simple
> 
> Ther is a lot more in the make_gds, but this is very simple
> 
> define make_gds
>   echo ${1}
> # ${SCRIPTS}/via_array_${1}.awk >/dev/null
> 
> endef
> 
> via_array     :
>   for X in 1 3 5 7 ; do \
>     $(call make_gds,$$X) ; \
>   done
> 
> 
> 
> _______________________________________________
> Help-make mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/help-make
> 



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to