Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
Module Name: src
Committed By: christos
Date: Thu Feb 18 18:29:14 UTC 2016
Modified Files:
src/usr.bin/make: arch.c compat.c cond.c for.c job.c main.c make.c
make.h nonints.h parse.c suff.c var.c
Log Message:
Collapse the 3 boolean parameter to 1 flags parameter. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/usr.bin/make/arch.c
cvs rdiff -u -r1.103 -r1.104 src/usr.bin/make/compat.c
cvs rdiff -u -r1.73 -r1.74 src/usr.bin/make/cond.c
cvs rdiff -u -r1.51 -r1.52 src/usr.bin/make/for.c
cvs rdiff -u -r1.185 -r1.186 src/usr.bin/make/job.c
cvs rdiff -u -r1.238 -r1.239 src/usr.bin/make/main.c
cvs rdiff -u -r1.94 -r1.95 src/usr.bin/make/make.c
cvs rdiff -u -r1.97 -r1.98 src/usr.bin/make/make.h
cvs rdiff -u -r1.70 -r1.71 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.210 -r1.211 src/usr.bin/make/parse.c
cvs rdiff -u -r1.77 -r1.78 src/usr.bin/make/suff.c
cvs rdiff -u -r1.201 -r1.202 src/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