New build system variable HAIKU_IGNORE_USER_BUILD_CONFIG to prevent inclusion
of the UserBuildConfigs. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30874 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -55,7 +55,7 @@ rule UserBuildConfigRulePreImage { }
|
|||||||
rule UserBuildConfigRulePostImage { }
|
rule UserBuildConfigRulePostImage { }
|
||||||
|
|
||||||
# Include UserBuildConfig.
|
# Include UserBuildConfig.
|
||||||
{
|
if ! $(HAIKU_IGNORE_USER_BUILD_CONFIG) {
|
||||||
local userBuildConfig
|
local userBuildConfig
|
||||||
= [ GLOB $(HAIKU_BUILD_RULES_DIR) : UserBuildConfig ] ;
|
= [ GLOB $(HAIKU_BUILD_RULES_DIR) : UserBuildConfig ] ;
|
||||||
if $(userBuildConfig) {
|
if $(userBuildConfig) {
|
||||||
|
|||||||
Reference in New Issue
Block a user