bug-make
[Top][All Lists]
Advanced

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

[bug #28525] Parens in path names do not work correctly anymore


From: anonymous
Subject: [bug #28525] Parens in path names do not work correctly anymore
Date: Fri, 08 Jan 2010 15:41:05 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6 (.NET CLR 3.5.30729)

URL:
  <http://savannah.gnu.org/bugs/?28525>

                 Summary: Parens in path names do not work correctly anymore
                 Project: make
            Submitted by: None
            Submitted on: Fri 08 Jan 2010 03:41:04 PM UTC
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: CVS
        Operating System: Any
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

I create some small makefiles, one with () in the file name:

$ cat "foo.make"
include bar(x).make

$ cat "bar(x).make"
foo(x)/tada:
        @echo tada

make --version
GNU Make 3.81
../make/make --version
GNU Make 3.81.90

#If I run with CVS make I get errors:
$ ../make/make -f foo.make
foo.make:1: x).make): No such file or directory
make: *** No rule to make target `x).make)'.  Stop.

#If I run with the release make, it works 
$ make -f foo.make
tada





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?28525>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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