URL:
<http://savannah.gnu.org/bugs/?18369>
Summary: pattern rules don't work with spaces in filenames
Project: make
Submitted by: None
Submitted on: Friday 11/24/2006 at 22:42 UTC
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Component Version: 3.81
Operating System: POSIX-Based
Fixed Release: None
_______________________________________________________
Details:
try this:
$ make -v
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-unknown-linux-gnu
$ mkdir test
$ cd test
$ touch test.c
$ make test.o
cc -c -o test.o test.c
$ touch 'test with spaces.c'
$ make 'test with spaces.o'
make: *** No rule to make target `test with spaces.o'. Stop.
$
full output from "make -d 'test with spaces.o'" is appended
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Friday 11/24/2006 at 22:42 UTC Name: make.out Size: 57kB By: None
output from "make -d 'test with spaces.o'"
<http://savannah.gnu.org/bugs/download.php?file_id=11348>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?18369>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make