help-make
[Top][All Lists]
Advanced

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

Re: switching current working directory inside a makefile


From: Brian Dessent
Subject: Re: switching current working directory inside a makefile
Date: Thu, 29 May 2008 10:21:13 -0700

Paul Smith wrote:

> I don't know if "&&" works the same way in Windows; you might have to
> use ";" (does that even work)?

For the cmd.exe shell, '&&' does work as with the Bourne shell.  ';'
does not, however.  '&' is the equivalent of ';' when using cmd.exe. 
See
<http://technet.microsoft.com/en-us/library/bb490954(TechNet.10).aspx>

Brian




reply via email to

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