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:           Mon Oct  5 19:27:48 UTC 2020

Modified Files:
        src/usr.bin/make: Makefile arch.c compat.c cond.c dir.c enum.c for.c
            hash.c job.c main.c make.h make_malloc.c nonints.h parse.c str.c
            suff.c targ.c trace.c util.c var.c
        src/usr.bin/make/unit-tests: Makefile directive-export-literal.exp
            directive-export-literal.mk directive-ifndef.exp
            directive-ifndef.mk directive-ifnmake.exp directive-ifnmake.mk
            make-exported.exp make-exported.mk opt-debug-file.mk
            opt-debug-for.exp opt-debug-for.mk opt-debug-jobs.exp
            opt-debug-jobs.mk opt-debug-lint.exp opt-debug-lint.mk
            opt-debug-loud.exp opt-debug-loud.mk opt-debug.exp opt-debug.mk
            var-op-append.mk varname-dot-curdir.mk

Log Message:
make(1): revert previous commit

It had accidentally reverted all the work from the past few days.


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/usr.bin/make/Makefile
cvs rdiff -u -r1.131 -r1.132 src/usr.bin/make/arch.c
cvs rdiff -u -r1.164 -r1.165 src/usr.bin/make/compat.c
cvs rdiff -u -r1.159 -r1.160 src/usr.bin/make/cond.c
cvs rdiff -u -r1.157 -r1.158 src/usr.bin/make/dir.c
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/make/enum.c
cvs rdiff -u -r1.91 -r1.92 src/usr.bin/make/for.c
cvs rdiff -u -r1.42 -r1.43 src/usr.bin/make/hash.c
cvs rdiff -u -r1.259 -r1.260 src/usr.bin/make/job.c
cvs rdiff -u -r1.368 -r1.369 src/usr.bin/make/main.c
cvs rdiff -u -r1.154 -r1.155 src/usr.bin/make/make.h
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/make/make_malloc.c
cvs rdiff -u -r1.139 -r1.140 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.367 -r1.368 src/usr.bin/make/parse.c
cvs rdiff -u -r1.67 -r1.68 src/usr.bin/make/str.c
cvs rdiff -u -r1.175 -r1.176 src/usr.bin/make/suff.c
cvs rdiff -u -r1.110 -r1.111 src/usr.bin/make/targ.c
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/make/trace.c
cvs rdiff -u -r1.62 -r1.63 src/usr.bin/make/util.c
cvs rdiff -u -r1.566 -r1.567 src/usr.bin/make/var.c
cvs rdiff -u -r1.161 -r1.162 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.3 -r1.4 \
    src/usr.bin/make/unit-tests/directive-export-literal.exp \
    src/usr.bin/make/unit-tests/directive-ifndef.exp \
    src/usr.bin/make/unit-tests/directive-ifnmake.exp \
    src/usr.bin/make/unit-tests/opt-debug-file.mk \
    src/usr.bin/make/unit-tests/opt-debug-for.exp \
    src/usr.bin/make/unit-tests/opt-debug-for.mk \
    src/usr.bin/make/unit-tests/opt-debug-jobs.exp \
    src/usr.bin/make/unit-tests/opt-debug-jobs.mk \
    src/usr.bin/make/unit-tests/opt-debug-loud.exp \
    src/usr.bin/make/unit-tests/opt-debug-loud.mk \
    src/usr.bin/make/unit-tests/opt-debug.exp
cvs rdiff -u -r1.4 -r1.5 \
    src/usr.bin/make/unit-tests/directive-export-literal.mk \
    src/usr.bin/make/unit-tests/directive-ifndef.mk \
    src/usr.bin/make/unit-tests/directive-ifnmake.mk \
    src/usr.bin/make/unit-tests/make-exported.exp \
    src/usr.bin/make/unit-tests/opt-debug.mk \
    src/usr.bin/make/unit-tests/var-op-append.mk
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/make-exported.mk \
    src/usr.bin/make/unit-tests/varname-dot-curdir.mk
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/opt-debug-lint.exp
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/opt-debug-lint.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