help-make
[Top][All Lists]
Advanced

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

RE: wildcard recursive?!


From: Paul D. Smith
Subject: RE: wildcard recursive?!
Date: Fri, 17 Oct 2003 22:04:54 -0400

%% "Sylvain Becker" <address@hidden> writes:

  sb> ok, maybe it s not a gnu-make. that s why I am confused.
  sb> I have read the man, and found a way to do it:

  sb> FILES :sh = find . -name "*.c"

Yes, that's Solaris make syntax.  So, you're definitely in the wrong
place.

Note that this syntax is not portable: it won't work with other versions
of make.  As long as all you want to build on is Solaris that doesn't
matter of course.

-- 
-------------------------------------------------------------------------------
 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




reply via email to

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