bugmake - Bugs: bug #13218, .PRECIOUS doesn't work for...

 
 

bug #13218: .PRECIOUS doesn't work for implicit rules

Submitter:  Boris Kolpackov <bosk>
Submitted:  Sun 29 May 2005 12:24:29 AM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Fixed Privacy:  Public
Assigned to:  bosk Open/Closed:  Closed
Component Version:  4.0 Operating System:  Any
Fixed Release:  3.81 Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 31 May 2005 08:57:49 PM UTC, comment #1: 

Commited the fix to the repository.

Boris Kolpackov <bosk>
Group Member
Sun 29 May 2005 12:24:29 AM UTC, original submission:  

$ cat >makefile

.DELETE_ON_ERROR:

.PRECIOUS: %.bar

%.bar:; @touch $@ && false

foo.bar:

$ make
make: * [foo.bar] Error 1
make: * Deleting file `foo.bar'

I have a fix sitting in my workspace.

Boris Kolpackov <bosk>
Group Member

 

(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

 

CC list is empty

 

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

Date Changed by Updated Field Previous Value => Replaced by
2006-04-01 psmith Fixed Release4.0 3.81
2005-05-31 bosk StatusNone Fixed
    Open/ClosedOpen Closed
    Fixed ReleaseNone 4.0

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code