bugmake - Bugs: bug #12202, 3.81beta2: regression in implicit...

 
 

bug #12202: 3.81beta2: regression in implicit rules hanlding

Submitter:  Dmitry V. Levin <ldv>
Submitted:  Thu 03 Mar 2005 02:05:01 PM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Fixed Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Component Version:  4.0 Operating System:  POSIX-Based
Fixed Release:  3.81 Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 04 Mar 2005 02:43:39 PM UTC, comment #1: 

This bug has been fixed in CVS.  Thanks for the report.

Paul D. Smith <psmith>
Group administrator
Thu 03 Mar 2005 02:05:01 PM UTC, original submission:  

Following simple test no longer works with 3.81beta2 and cvs snapshot 20050301:

$ touch foo
$ cat Makefile
TARGETS = foo foo.out

.PHONY: all

all: $(TARGETS)

%: %.in
    touch $@

%.out: %
    touch $@

make-3.81beta1 works as expected:
$ make-3.81beta1
touch foo
touch foo.out

make-3.81beta2 (and make from cvs) breaks:
$ make-3.81beta2
touch foo
make-3.81beta2: * No rule to make target `foo.out', needed by `all'.  Stop.

Next time make completes the job:
$ make-3.81beta2
touch foo.out

Dmitry V. Levin <ldv>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #2650:  Makefile added by ldv (92B - sample makefile)

 

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

Date Changed by Updated Field Previous Value => Replaced by
2006-04-01 psmith Fixed Release4.0 3.81
2005-03-04 psmith StatusNone Fixed
    Open/ClosedOpen Closed
    Fixed ReleaseNone 4.0
2005-03-03 ldv Attached File- Added Makefile, #2262

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code