help-make
[Top][All Lists]
Advanced

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

too simple of a problem


From: PATTON, BILLY \(SBCSI\)
Subject: too simple of a problem
Date: Tue, 18 Apr 2006 09:41:15 -0500

I'm trying to run a script against some 34k+ files.

I see make as the easiest way to multi-task.

Here's what I have (short list)

LIST := \
/home/pvcs/pvcs_arch/bfpdlxml/bb_profile.__v \
/home/pvcs/pvcs_arch/bfpdlxml/bf/src/bfen_IO.c_v \
/home/pvcs/pvcs_arch/bfpdlxml/bf/src/bfen_IO_physical.c_v \
/home/pvcs/pvcs_arch/bfpdlxml/bf/src/bfen_IOibm.c_v

all : $(LIST)

define xxx
$(1) :
  UnmanglePvcs.pm $(1)
endef

$(foreach file,$(LIST),$(eval $(call xxx,$(subst #,\#,$(file)))))

Some files have a # in the name.  That is there reason for the substr




reply via email to

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