Module Name: src Committed By: riastradh Date: Tue Jan 14 19:44:43 UTC 2025
Modified Files: src/share/mk: bsd.prog.mk Log Message: bsd.prog.mk: Define and cache LIBDO.${_lib} for PROGDPLIBS. Don't define PROGDO.${_lib} and then check for BINDO.${_lib}. LIBDO is what is documented in bsd.README; this makes more sense in context than PROGDO or BINDO -- LIBDO.foo is the objdir for the _library_ foo. Should reduce build cost in submakes for programs that link against libraries with PROGDPLIBS. To generate a diff of this commit: cvs rdiff -u -r1.352 -r1.353 src/share/mk/bsd.prog.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.