Module Name:    src
Committed By:   sjg
Date:           Sat Oct 31 21:09:22 UTC 2020

Modified Files:
        src/usr.bin/make: main.c

Log Message:
Main_SetObjdir is first called for curdir which may be readonly

Skip access check if path is curdir.
This ensures that all proper initialization is done at least once.

If path is not curdir it should be writable to be useful.

Reviewed by: rillig


To generate a diff of this commit:
cvs rdiff -u -r1.419 -r1.420 src/usr.bin/make/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to