HomeFreeBSD

Mk/bsd.sanity.mk: Reduce parsing during package builds

Description

Mk/bsd.sanity.mk: Reduce parsing during package builds

This disables bsd.sanity.mk when PACKAGE_BUILDING is set such that it
only is loaded during 'make [all]' or 'make check-sanity'. It is assumed the
package tool will manually call the target if it wants the check. Otherwise
we get redundant logic and filesystem lookups from this file for every other
build target.

Prodded by: mjg

Details

Provenance
bdreweryAuthored on Dec 21 2022, 4:12 PM
Parents
R11:efbf64ff8c34: textproc/linuxdoc-tools: Fix build with DOCS
Branches
Unknown
Tags
Unknown