bugmake - Bugs: bug #12091, 3.81beta2: changed behaviour

 
 

bug #12091: 3.81beta2: changed behaviour

Submitter:  Dmitry V. Levin <ldv>
Submitted:  Tue 22 Feb 2005 10:19:07 AM 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
   

Sun 27 Feb 2005 05:22:38 PM UTC, comment #2: 

Could you attach the fix for beta2, please?

Dmitry V. Levin <ldv>
Sun 27 Feb 2005 05:04:14 PM UTC, comment #1: 

This was broken by a commit in Sep 2004, which was attempting to fix a different problem with implicit rules.  We have a solution which solves both problems and will be available in the next release.

Paul D. Smith <psmith>
Group administrator
Tue 22 Feb 2005 10:19:07 AM UTC, original submission:  

Following simple test no longer works with 3.81beta2:

$ echo 'int main(void){return 0;}' >foo.c
$ echo 'foo: foo.o' >Makefile

make-3.81beta1 works as expected:
$ env -i make -n
cc    -c -o foo.o foo.c
cc   foo.o   -o foo

make-3.81beta2 breaks:
$ env -i make -n
cc    -c -o foo.o foo.c
cc     foo.c foo.o   -o foo

Note presence of "foo.c" in the second line.


Dmitry V. Levin <ldv>

 

(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-02-27 psmith StatusNone Fixed
    Open/ClosedOpen Closed
    Fixed ReleaseNone 4.0

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code