--- Begin Message ---
Subject: |
[bugs #10252] -C argument ending with / interpreted incorrectly (Windows) |
Date: |
Fri, 03 Sep 2004 11:35:20 -0400 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8 |
This mail is an automated notification from the bugs tracker
of the project: make.
/**************************************************************************/
[bugs #10252] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10252>
Project: make
Submitted by: 0
On: Fri 09/03/2004 at 11:35
Severity: 5 - Average
Item Group: Bug
Resolution: None
Privacy: Public
Assigned to: None
Status: Open
Component Version: 3.80
Platform Version: MS Windows
Fixed Release: None
Summary: -C argument ending with / interpreted incorrectly (Windows)
Original Submission: Having files c:/Foo/Bar/Makefile, c:/Foo/Bar/source.c
and running make like
$ make -Cc:/Foo/Bar/ all
while the Makefile contains
all: ../Bar/source.o
../Bar/source.o: ../Bar/source.c
reports something like
make: *** No rule to make target `../Bar/source.c', needed by
`../Bar/source.o'. Stop.
At the same time,
$ make -Cc:/Foo/Bar all
(without the trailing / in the -C argument) works fine.
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10252>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
--- End Message ---