[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Something very simple
From: |
Billy Patton |
Subject: |
RE: Something very simple |
Date: |
Mon, 5 Feb 2007 12:55:49 -0600 |
Forgot to add getting shell syntax error
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On Behalf
> Of Billy Patton
> Sent: Monday, February 05, 2007 12:54 PM
> To: address@hidden
> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-make
>