bugmake - Bugs: bug #28525, Parens in path names do not work...

 
 

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

Submitter:  None
Submitted:  Fri 08 Jan 2010 03:41:04 PM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Fixed Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Component Version:  4.0 Operating System:  Any
Fixed Release:  3.82 Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 03 Jul 2010 04:48:35 PM UTC, comment #1: 

This was a bug in the new more efficient filename parser: it wasn't handling archive references correctly in that it was treating some files that were not archive references as archive references.

Fixed.

I've realized we have no regression tests whatsoever for archive references: I'll file a separate bug for that.

Paul D. Smith <psmith>
Group administrator
Fri 08 Jan 2010 03:41:04 PM UTC, original submission:  

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

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by psmith (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-07-28 psmith Fixed Release4.0 3.82
    2010-07-03 psmith StatusNone Fixed
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.0

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code