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:   rillig
Date:           Sat Aug 22 21:42:38 UTC 2020

Modified Files:
        src/usr.bin/make: compat.c cond.c dir.h for.c job.c lst.c make.h
            parse.c suff.c var.c

Log Message:
make(1): clean up headers

Remove redundant headers that are already included by "make.h".
Make <assert.h> available to all compilation units that use "make.h".


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/usr.bin/make/compat.c
cvs rdiff -u -r1.98 -r1.99 src/usr.bin/make/cond.c
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/make/dir.h
cvs rdiff -u -r1.63 -r1.64 src/usr.bin/make/for.c
cvs rdiff -u -r1.213 -r1.214 src/usr.bin/make/job.c
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/make/lst.c
cvs rdiff -u -r1.122 -r1.123 src/usr.bin/make/make.h
cvs rdiff -u -r1.259 -r1.260 src/usr.bin/make/parse.c
cvs rdiff -u -r1.108 -r1.109 src/usr.bin/make/suff.c
cvs rdiff -u -r1.458 -r1.459 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