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 Jan 23 10:48:49 UTC 2021

Modified Files:
        src/usr.bin/make: arch.c dir.c dir.h main.c parse.c suff.c
        src/usr.bin/make/unit-tests: dir.mk

Log Message:
make(1): rename Dir_Expand to SearchPath_Expand

The main subject of this function is the search path.  In this search
path the pattern is expanded.


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/usr.bin/make/arch.c
cvs rdiff -u -r1.255 -r1.256 src/usr.bin/make/dir.c
cvs rdiff -u -r1.40 -r1.41 src/usr.bin/make/dir.h
cvs rdiff -u -r1.514 -r1.515 src/usr.bin/make/main.c
cvs rdiff -u -r1.527 -r1.528 src/usr.bin/make/parse.c
cvs rdiff -u -r1.335 -r1.336 src/usr.bin/make/suff.c
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/dir.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