Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.bin/make



Module Name:    basesrc
Committed By:   reinoud
Date:           Sun Jan 27 01:50:55 UTC 2002

Modified Files:
        basesrc/usr.bin/make: Makefile compat.c dir.c main.c make.c parse.c
            suff.c targ.c trace.c util.c var.c

Log Message:
Fix major bug in make(1) ... due to shadowing of the dotLast path used for
the .DOTLAST primitive by a boolean variable with the same name, this whole
mechanism was broken ... it doesn't save much stat calls but it was wrong.

Thanks to Jason Thorpe for the other shadow-variable fixing patches he
made.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 basesrc/usr.bin/make/Makefile
cvs rdiff -r1.36 -r1.37 basesrc/usr.bin/make/compat.c
cvs rdiff -r1.30 -r1.31 basesrc/usr.bin/make/dir.c
cvs rdiff -r1.81 -r1.82 basesrc/usr.bin/make/main.c
cvs rdiff -r1.39 -r1.40 basesrc/usr.bin/make/make.c
cvs rdiff -r1.77 -r1.78 basesrc/usr.bin/make/parse.c
cvs rdiff -r1.35 -r1.36 basesrc/usr.bin/make/suff.c
cvs rdiff -r1.24 -r1.25 basesrc/usr.bin/make/targ.c
cvs rdiff -r1.3 -r1.4 basesrc/usr.bin/make/trace.c
cvs rdiff -r1.28 -r1.29 basesrc/usr.bin/make/util.c
cvs rdiff -r1.66 -r1.67 basesrc/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index