help-make
[Top][All Lists]
Advanced

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

Re: delete large list of files


From: Eli Zaretskii
Subject: Re: delete large list of files
Date: Mon, 04 Apr 2011 21:36:39 +0300

> Date: Mon, 04 Apr 2011 13:16:21 -0500
> From: Raleigh Rinehart <address@hidden>
> 
> I'm am having a bit of trouble with a function I have to delete a long 
> list of files.
> 
> Here is the function:
> 
> 
> # $(call rm-cmd,FILE_LIST,Chunk Size,rm options)
> rm-cmd=$(strip $(eval __a :=)$(foreach w,$1,$(if $(filter $2,$(words 
> $(__a))),$(shell $(RM) $3 $(strip $(__a)) )$(eval __a:=))$(eval __a 
> +=$w))$(shell $(RM) $3 $(__a))

What is the value of "RM"?



reply via email to

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