patchmake - Patches: patch #6196, Fix for wrong example in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #6196: Fix for wrong example in documentation appendix

Submitter:  Diego Biurrun <dondiego>
Submitted:  Mon 10 Sep 2007 06:11:47 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Fixed Release:  CVS

Sat 15 Sep 2007 10:46:17 PM UTC, comment #3: 

It's in my workspace, along with some other documentation updates I'm working on.  I'll commit it soon.

Paul D. Smith <psmith>
Group administrator
Sat 15 Sep 2007 11:22:12 AM UTC, comment #2: 

Umm, applied to what?  It does not show up in my CVS checkout, nor in ViewVC ...

Diego Biurrun <dondiego>
Wed 12 Sep 2007 12:39:52 PM UTC, comment #1: 

Applied.  Thanks.

Paul D. Smith <psmith>
Group administrator
Mon 10 Sep 2007 06:11:47 PM UTC, original submission:  

One of the appendices of the manual features the tar Makefile as example, which contains the following:

.PHONY: tar
tar:    $(OBJS)
        $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)

Unless I am badly mistaken, the .PHONY declaration is wrong since tar is a real target. Here is a patch to remove it.

Diego Biurrun <dondiego>

 

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

Attached Files
file #13912:  make_nonsense_phony.diff added by dondiego (430B - text/x-diff - Remove nonsense .PHONY declaration)

 

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 dondiego (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.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-09-12 psmith StatusNone Done
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Fixed ReleaseNone CVS
    2007-09-10 dondiego Attached File- Added make_nonsense_phony.diff, #13912

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code