bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #18369] pattern rules don't work with spaces in filenames


From: anonymous
Subject: [bug #18369] pattern rules don't work with spaces in filenames
Date: Fri, 24 Nov 2006 22:42:43 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.5) Gecko/20060725 SUSE/1.5.0.5-0.1 Firefox/1.5.0.5

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 &quot;make -d 'test with spaces.o'&quot;
<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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]