help-make
[Top][All Lists]
Advanced

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

Re: some simple help


From: Paul Smith
Subject: Re: some simple help
Date: Wed, 16 Apr 2008 19:00:51 -0400

On Wed, 2008-04-16 at 17:54 -0500, Billy N. Patton wrote:
> First I get :
> FILES           := ${wildcard ${CADENCEDB}/RULE_*}
> 
> This produces a list of @ 5500 paths that look like
> /data/phy_ver10/DROP_ZONE/c014/C014.M/drc/RULE_1A_PASS
> 
>  From this I need to remove
> the /data/phy_ver10/DROP_ZONE/c014/C014.M/drc/
> from every thing in the list.
> 
> How do I do that?

Based on this description, I would use:

        FILES := $(notdir $(wildcard $(CADENCEDB)/RULE_*))

-- 
-----------------------------------------------------------------------------
 Paul D. Smith <address@hidden>                 http://make.mad-scientist.us
 "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]