help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Iterating through multi-line variable


From: J.T. Conklin
Subject: Iterating through multi-line variable
Date: Mon, 28 Jun 2010 15:48:39 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, berkeley-unix)

Suppose you have a multi-line variable where each line may have spaces.

    define FOO
    foo abc
    bar xyz
    quux
    endef

Is there a way to iterate through the variable line-by-line instead of
word-by-word (as with $(foreach ...)) ?

    --jtc

-- 
J.T. Conklin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]