Home
last modified time | relevance | path

Searched hist:"8 aaa1230899239a90f35e73436377a6f5f79bbf9" (Results 1 – 1 of 1) sorted by relevance

/freebsd/
H A DMakefile.libcompatdiff 8aaa1230899239a90f35e73436377a6f5f79bbf9 Fri Aug 11 01:48:01 CEST 2023 Jessica Clarke <jrtc27@FreeBSD.org> Makefile.libcompat: Fix DTRACE variable

Back when Makefile.lib32 was turned into Makefile.libcompat, a typo was
introduced; it should have been LIBCOMPATDTRACE, but instead gained a
dollar sign in it as LIB$COMPATDTRACE (and with COMPATDTRACE not being
defined, was equivalent to ${LIB:U${DTRACE}}). This then meant it was
not converted to LIB${_LIBCOMPAT}DTRACE in 91d7edd549f5 ("Generalise
libcompat to be a list rather than a single option") and instead left
broken. Belatedly fix this long-standing seemingly-inconsequential bug.

Fixes: dba75e9fa5a9 ("Move Makefile.lib32 to Makefile.libcompat and generalize it.")