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: Sun Sep 27 21:35:16 UTC 2020
Modified Files:
src/usr.bin/make: arch.c compat.c cond.c dir.c dir.h for.c hash.c
hash.h job.c job.h lst.c main.c make.c make.h parse.c suff.c targ.c
var.c
src/usr.bin/make/unit-tests: cond-func-defined.mk cond-func.mk
posix1.mk
Log Message:
make(1): normalize whitespace in source code
There is no more space tab. Either only tabs or only spaces or tabs
followed by spaces, but not spaces followed by tabs.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/usr.bin/make/arch.c
cvs rdiff -u -r1.155 -r1.156 src/usr.bin/make/compat.c
cvs rdiff -u -r1.152 -r1.153 src/usr.bin/make/cond.c
cvs rdiff -u -r1.148 -r1.149 src/usr.bin/make/dir.c
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/make/dir.h
cvs rdiff -u -r1.87 -r1.88 src/usr.bin/make/for.c
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/make/hash.c
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/make/hash.h
cvs rdiff -u -r1.245 -r1.246 src/usr.bin/make/job.c
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/make/job.h
cvs rdiff -u -r1.72 -r1.73 src/usr.bin/make/lst.c
cvs rdiff -u -r1.350 -r1.351 src/usr.bin/make/main.c
cvs rdiff -u -r1.150 -r1.151 src/usr.bin/make/make.c
cvs rdiff -u -r1.147 -r1.148 src/usr.bin/make/make.h
cvs rdiff -u -r1.337 -r1.338 src/usr.bin/make/parse.c
cvs rdiff -u -r1.169 -r1.170 src/usr.bin/make/suff.c
cvs rdiff -u -r1.105 -r1.106 src/usr.bin/make/targ.c
cvs rdiff -u -r1.545 -r1.546 src/usr.bin/make/var.c
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/cond-func-defined.mk
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/cond-func.mk
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/posix1.mk
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