Module Name: src
Committed By: sjg
Date: Sun Nov 10 02:39:14 UTC 2024
Modified Files:
src/usr.bin/make: main.c make.1
Log Message:
make: allow -f .../Makefile
If the arg to -f or an entry in .MAKE.MAKEFILE_PREFERENCE
starts with ".../" look for the rest of the path in .CURDIR
and above.
Reviewed by: rillig
To generate a diff of this commit:
cvs rdiff -u -r1.634 -r1.635 src/usr.bin/make/main.c
cvs rdiff -u -r1.379 -r1.380 src/usr.bin/make/make.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.