Source-Changes archive

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

CVS commit: basesrc



Module Name:    basesrc
Committed By:   sjg
Date:           Tue Jun 12 23:36:19 UTC 2001

Modified Files:
        basesrc/usr.bin/make: arch.c compat.c for.c job.c main.c make.c
            nonints.h parse.c suff.c var.c

Log Message:
Add 4th arg (flags) to Var_Set so that VarLoopExpand can tell it not
to export interator variables when using context VAR_CMD.

Reviewed: christos


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 basesrc/usr.bin/make/arch.c \
    basesrc/usr.bin/make/suff.c
cvs rdiff -r1.34 -r1.35 basesrc/usr.bin/make/compat.c
cvs rdiff -r1.10 -r1.11 basesrc/usr.bin/make/for.c
cvs rdiff -r1.50 -r1.51 basesrc/usr.bin/make/job.c
cvs rdiff -r1.70 -r1.71 basesrc/usr.bin/make/main.c
cvs rdiff -r1.37 -r1.38 basesrc/usr.bin/make/make.c
cvs rdiff -r1.21 -r1.22 basesrc/usr.bin/make/nonints.h
cvs rdiff -r1.69 -r1.70 basesrc/usr.bin/make/parse.c
cvs rdiff -r1.64 -r1.65 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