help-make
[Top][All Lists]
Advanced

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

Re: use of wildcard function recursively


From: Aditya Kher
Subject: Re: use of wildcard function recursively
Date: Thu, 16 Mar 2006 16:28:08 +0900

> Is there any way to use wildcard to *find recursively* under given path
> e.g.
>

Folks, I found out that we can do it using shell
thus

SOURCES = (shell <path> -name "*.c" )

but I have a followup question, does the variables in Make have a
upper limit on how large a string they can store? this is especially
important since shell variables tend to overflow after certain length
of string.

-aditya




reply via email to

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