CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/29 22:42:21
Modified files:
usr.bin/make : engine.c main.c main.h parse.c
Log message:
Due to the way make is designed, not being able to read a makefile
is basically silent.
Record errors due to missing permissions and other oddities, and display them
when we error out due to lack of targets, as a quality-of-life diagnostic.
Based on a remark from sthen@, with some feedback and tweaks from op@
okay op@, kn@
