bug-make
[Top][All Lists]
Advanced

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

[bug #18435] no rule to make target whose name contains close parenthesi


From: Paul D. Smith
Subject: [bug #18435] no rule to make target whose name contains close parenthesis
Date: Sat, 13 Jun 2009 22:46:07 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060309 Ubuntu/8.04 (hardy) Firefox/3.0.11

Update of bug #18435 (project make):

                  Status:                    None => Fixed                  
             Assigned to:                    None => psmith                 
             Open/Closed:                    Open => Closed                 
           Fixed Release:                    None => CVS                    

    _______________________________________________________

Follow-up Comment #1:

I've fixed this.  It definitely was an issue with archive names; GNU make
specifies that a target matching name(member) is considered an archive.

In your example with empty parentheses it seemed like this could never be
legal so I made it a requirement in the code that "member" must not be the
empty string.

However, if you change your example to something like "bracket(x)" instead of
just "bracket()", it will still run afoul of this archive issue.

I'm not sure how to manage this; it seems a basic limitation in make.  If
someone runs into THAT bug we'll have to address it then.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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