help-gnu-utils
[Top][All Lists]
Advanced

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

make question (setting variables)


From: James
Subject: make question (setting variables)
Date: 31 Jan 2006 15:14:29 -0800
User-agent: G2/0.2

I have a situation where tens of target dependent variables need to be
set.

T: AA=aa
T: BB=bb
T: CC=cc
etc.

Is there a compact way of writing these instead of writing
line-by-line?

T: AA=aa; BB=bb; etc.
which does not work.

Thanks in advance.
James



reply via email to

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