make-w32
[Top][All Lists]
Advanced

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

Re: Problem with FOR statements in command lines?


From: Greg Chicares
Subject: Re: Problem with FOR statements in command lines?
Date: Thu, 23 Oct 2003 13:26:39 -0400

Scott Bussinger wrote:
> 
> V:\todo\test>gnumake -ftest
> for %%a in (s\*.bak) do echo %%a
> gnumake: *** [default] Error 2883645

Try
  $(shell for %%a in (s\*.bak) do echo %%a)
I've forgotten how to enable the CMD shell,
so I haven't tested this.




reply via email to

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