bugmake - Bugs: bug #12267, Regression in the intermediate...

 
 

bug #12267: Regression in the intermediate file removal logic

Submitter:  Boris Kolpackov <bosk>
Submitted:  Thu 10 Mar 2005 08:35:38 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
   

Thu 10 Mar 2005 08:35:38 AM UTC, original submission:  

$ touch foo.y
$ cat >makefile
foo: foo.o
        touch foo

%.c: %.y
        touch $@

%.o: %.c
        touch $@

.PHONY: install
install: foo.c

$ make-3.80
touch foo.c
touch foo.o
touch foo
$ rm foo.c foo.o foo
$ make-cvs
touch foo.c
touch foo.o
touch foo
rm foo.c

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-03-10 bosk StatusNone Fixed
    Open/ClosedOpen Closed
    Fixed ReleaseNone 4.0

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code