Page MenuHomeFreeBSD

bsd.port.mk: Do not pass FLAVOR in dependency make environment
AbandonedPublic

Authored by ross_ross-williams.net on Oct 5 2021, 3:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 3:56 PM
Unknown Object (File)
Thu, Apr 11, 1:04 AM
Unknown Object (File)
Mon, Apr 8, 10:32 PM
Unknown Object (File)
Feb 26 2024, 7:01 AM
Unknown Object (File)
Dec 20 2023, 2:54 AM
Unknown Object (File)
Dec 12 2023, 6:24 PM
Unknown Object (File)
Nov 23 2023, 4:56 PM
Unknown Object (File)
Sep 18 2023, 12:11 AM
Subscribers

Details

Reviewers
avg
Group Reviewers
portmgr
Summary

The change introduced in bug #256301 (review D30579), which prevents child make processes from receiving an empty FLAVOR variable when FLAVOR should be unset, has the side effect of allowing any FLAVOR already in the parent make process environment to propagate to the child.

This revision prevents the FLAVOR from the parent make from incorrectly propagating to the child during a recursive make.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 41971
Build 38859: arc lint + arc unit