Bug 151127 - Respect Makefile variable OVERRIDE_SDKROOT regardless of value of SDKROOT
Summary: Respect Makefile variable OVERRIDE_SDKROOT regardless of value of SDKROOT
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-10 20:10 PST by Daniel Bates
Modified: 2015-11-10 20:10 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2015-11-10 20:10:41 PST
Following up on Jason Marcell's remark in bug #150849, comment 8, we should respect the Makefile variable OVERRIDE_SDKROOT regardless of whether the variable SDKROOT is defined so as to allow a Makefile to explicitly build targets against a particular SDK. Currently we only honor the Makefile variable OVERRIDE_SDKROOT when the variable SDKROOT has a non-empty value.