help-make
[Top][All Lists]
Advanced

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

Re: exception to Paul's Second Rule?


From: Paul D. Smith
Subject: Re: exception to Paul's Second Rule?
Date: Thu, 16 Oct 2003 17:36:07 -0400

%% "Robert Mecklenburg" <address@hidden> writes:

  >> In this case you can just use $*.

  rm> I don't understand.

You're right; that was my brain on drugs.

  rm> $(shell for d in $(dirs); do [ -d $$d ] || mkdir -p $$d; done)

This is what I use... it's by far the "cheapest".

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