Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <45BA125AAE48D311B03D00508B0CA96A9FB7A7@itsmail.tutsys.com> From: Stephen Iribarne To: cygwin AT sourceware DOT cygnus DOT com Subject: Running $(shell pwd) in makefile. Date: Fri, 9 Jun 2000 09:32:31 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BFD230.4F2D1622" ------_=_NextPart_001_01BFD230.4F2D1622 Content-Type: text/plain I have the latest cygwin. I have a Makefile that I've brought over from my unix platform to build a product under NT. I have a very basic PWD := $(shell pwd) TOP_DIR := $(PWD) My path is: Z:\work\myProj\build and when I do: mkdir $(TOP_DIR)\Obj-myProj-app I get the error message: mkdir: cannot make directory: 'Z:workmyProjbuild\Obj-myProg-app So ($shell pwd) is not adding slashes. Does this mean that my "shell" is unknown? thanks in advance. -stv /* Steve Iribarne Sr. Software Engineer Tut Systems, Inc. http://www.tutsys.com */ ------_=_NextPart_001_01BFD230.4F2D1622 Content-Type: text/html Content-Transfer-Encoding: quoted-printable Running $(shell pwd) in makefile.

I have the latest cygwin.  I have = a Makefile that I've brought over from my unix platform to build a = product under NT.

I have a very basic

PWD :=3D $(shell pwd)

TOP_DIR :=3D $(PWD)

My path is:

Z:\work\myProj\build

and when I do:

mkdir $(TOP_DIR)\Obj-myProj-app

I get the error message:

mkdir:  cannot make = directory:  'Z:workmyProjbuild\Obj-myProg-app

So ($shell pwd) is not adding = slashes.  Does this mean that my "shell" is = unknown?

thanks in advance.

-stv

/*
Steve = Iribarne          &nbs= p;           &nbs= p;  
Sr. Software = Engineer          &nbs= p;           &nbs= p;   
Tut Systems, Inc.
http://www.tutsys.com
*/

------_=_NextPart_001_01BFD230.4F2D1622--