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 Jun 19 12:53:57 UTC 2023

Modified Files:
        src/usr.bin/make: cond.c make.h parse.c
        src/usr.bin/make/unit-tests: directive-include-guard.exp
            directive-include-guard.mk

Log Message:
make: if a makefile is protected by a guard, only include it once

"looks reasonable" sjg@


To generate a diff of this commit:
cvs rdiff -u -r1.346 -r1.347 src/usr.bin/make/cond.c
cvs rdiff -u -r1.321 -r1.322 src/usr.bin/make/make.h
cvs rdiff -u -r1.699 -r1.700 src/usr.bin/make/parse.c
cvs rdiff -u -r1.3 -r1.4 \
    src/usr.bin/make/unit-tests/directive-include-guard.exp
cvs rdiff -u -r1.4 -r1.5 \
    src/usr.bin/make/unit-tests/directive-include-guard.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