delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2000/03/24/11:40:42

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sourceware DOT cygnus DOT com>
List-Help: <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner AT sourceware DOT cygnus DOT com
Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com
Message-ID: <38DB9913.A7DEB329@mathengine.com>
Date: Fri, 24 Mar 2000 16:34:27 +0000
From: Lyndon Homewood <lyndon DOT homewood AT mathengine DOT com>
Organization: MathEngine PLC
X-Mailer: Mozilla 4.7 [en] (WinNT; I)
X-Accept-Language: en
MIME-Version: 1.0
To: cygwin AT sourceware DOT cygnus DOT com
Subject: Make 3.77 problem, Drive letter colon

 Version 3.77 has problems that version 3.75 does not.

Command executed:

make all  

The following makefile fails on version 3.77 but not on 3.75
----------------------------------------
all : E:\Projects\a.txt
	echo 'Done'

E:\Projects\a.txt :
	echo 'Hello' >E:\Projects\a.txt
----------------------------------------
Error reported:
makefile:4: *** target pattern contains no `%'.  Stop.
----------------------------------------
	

The following works on both versions
----------------------------------------
all : \\E\Projects\a.txt
	echo 'Done'

\\E\Projects\a.txt :
	echo 'Hello' >\\E\Projects\a.txt
----------------------------------------


I suspect a bug fix is needed to handle the windows drive letter colon.

NOTE: I also tried the following commands which still give the same
failure:

 make --unix all
 make --win32 all




	Lyndon

 
-- 

Lyndon Homewood                    Software Engineer (Process Systems)

MathEngine PLC, Oxford Centre for Innovation, Mill St, Oxford, OX2 0JX
Tel: +44 1865 799416  Fax: +44 1865 799401   http://www.mathengine.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019