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:   sjg
Date:           Sat Aug 22 19:30:59 UTC 2020

Modified Files:
        src/usr.bin/make: job.c make.1 nonints.h var.c
        src/usr.bin/make/unit-tests: export.exp

Log Message:
Add .SHELL as read-only variable

The .SHELL variable represents the shellPath used to run
scripts.

Reviewed by: rillig, christos


To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/usr.bin/make/job.c
cvs rdiff -u -r1.287 -r1.288 src/usr.bin/make/make.1
cvs rdiff -u -r1.95 -r1.96 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.456 -r1.457 src/usr.bin/make/var.c
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/export.exp

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