CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/27 07:48:56
Modified files:
share/mk : bsd.prog.mk
Log message:
A new variable (RELINK) makes rules for creating a relink tar file and
installing it in the correct place. The variable needs to be a test
command which verifies the re-linked binary works correctly, which
requires it to exit(0).
This 1-liner will replace the large adhoc relink tarfile production
in the Makefiles of various relinked programs.
