bugmake - Bugs: bug #31614, allow spaces in target names

 
 

bug #31614: allow spaces in target names

Submitter:  Petr Machata <pmachata>
Submitted:  Wed 10 Nov 2010 02:52:52 PM UTC
   
 
Severity:  3 - Normal Item Group:  Enhancement
Status:  Duplicate Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Component Version:  3.82 Operating System:  None
Fixed Release:  None Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 12 Sep 2011 12:28:48 AM UTC, comment #2: 

Duplicate of bug #712

Paul D. Smith <psmith>
Group administrator
Wed 10 Nov 2010 02:58:33 PM UTC, comment #1: 

It works from the command line, too:

$ echo 'a\ b:; echo $@' | make -f - "a b"
echo a b
a b


Petr Machata <pmachata>
Wed 10 Nov 2010 02:52:52 PM UTC, original submission:  

It would be nice if make allowed spaces in target names.  The logic for escaping :, ;, etc., is already there, which makes the patch quite simple.  The test suite passes.

Petr Machata <pmachata>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #21974:  make-space.patch added by pmachata (515B - text/x-patch)

 

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)
  • -email is unavailable- added by pmachata (Submitted the item)
  •  

    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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-09-12 psmith StatusNone Duplicate
        Open/ClosedOpen Closed
    2010-11-10 pmachata Attached File- Added make-space.patch, #21974

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code