Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <000f01c30506$103928f0$6701a8c0@Self> From: "Justin Birtwell" To: References: <3E9E717D DOT 3070001 AT noos DOT fr> <20030417165037 DOT GA12623 AT redhat DOT com> Subject: Path problems in Makefile Date: Thu, 17 Apr 2003 13:23:28 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Authentication-Info: Submitted using SMTP AUTH at pop015.verizon.net from [68.161.122.249] at Thu, 17 Apr 2003 12:23:32 -0500 Hello all, I've gone through the FAQ and am unable to find an article that references the problem I'm having. I don't think this is a Makefile question, but a CYGWIN path question. I've spent time reducing the problem to the scripts inability to resolve the environment variable that I have set $DEV_ROOT. When referenced in the script all the '\' are removed. Here's the variable as I have it set ... bash-2.05b$ echo $DEV_ROOT C:\gnu\emacs-21.2\workspaces\ Here's a line of script in my Makefile output: $(Print) DEV_ROOT is $(DEV_ROOT) Here's the output: DEV_ROOT C:gnuemacs-21.2workspaces Notice all the '\' are missing! Why? Does anyone have any suggestions. I'm running Windows XP, with CYGWIN version 2.340.2.5. I've also installed Emacs NT. Here are a few other relevant environment variables: BASH_VERSION='2.05b.0(9)-release' DEV_ROOT='C:\gnu\emacs-21.2\workspaces\' HOME=/cygdrive/c/gnu/emacs-21.2 JAVA_HOME='C:\java\j2sdk1.4.1_01' SHELL=bash.exe SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments: monitor SHLVL=1 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/