Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/tools
Module Name: src
Committed By: rillig
Date: Sat May 24 20:17:16 UTC 2025
Modified Files:
src/tools: Makefile
Log Message:
tools/Makefile: install nbdate after nbinstall
Without this barrier, a parallel build fails due to the missing
nbinstall tool. The parallel build is not yet activated, that needs to
be done in <bsd.buildinstall.mk>. There, the build_install target is
currently run in (serial) compat mode, as its commands neither include
the magic word "make" nor the magic expression "${MAKE}".
To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 src/tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index