[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Living with Automake - a game for us
From: |
Paul D. Smith |
Subject: |
Re: Living with Automake - a game for us |
Date: |
Mon, 2 Sep 2002 23:38:19 -0400 |
%% "Soren Andersen" <address@hidden> writes:
sa> My question is, can this be improved? Is there a way to remove
sa> consecutive repetetive strings ("-I.") in make?
In the next version of GNU make you can write a recursive function
using $(call ...), so certainly you can do what you want that way.
You also have $(eval ...) which is very powerful: you could probably do
it combining foreach with eval.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Living with Automake - a game for us,
Paul D. Smith <=