Module Name: src
Committed By: rillig
Date: Fri Oct 30 07:30:29 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): rename FIND_CMD to FIND_CMDLINE, to match VAR_CMDLINE
While here, use a consistent order for the enum constants. This is both
the declaration order and at the same time the usual lookup order,
unless the -e option is given.
To generate a diff of this commit:
cvs rdiff -u -r1.594 -r1.595 src/usr.bin/make/var.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.