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 <[EMAIL PROTECTED]> http://make.mad-scientist.us
"Please remain calm--I may be mad, but I am a professional."--Mad Scientist
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make