CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/04/16 13:33:29
Modified files:
infrastructure/mk: arch-defines.mk bsd.port.arch.mk
Log message:
separate the debuginfo property from its use to zap DEBUG_PACKAGES
out of existence: arch-defines.mk MUST be included very early on, so that
modules can use it to decide on behavior, BUT modules are allowed to set
DEBUG_PACKAGES without worrying about it, and so bsd.port.arch.mk must be
the place that zaps!
Discovered by sthen@, because xfce4.port.mk would start churning out
DEBUG_PACKAGES on every architecture.
tested by naddy@ because I wasn't sure I didn't miss something non obvious.