* Moved the DeferredSubInclude rules into MiscRules.
* Added new rule HaikuSubInclude for more comfortable subdirectory inclusion. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20352 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -657,7 +657,13 @@ rule SubInclude
|
||||
config = $(HAIKU_INHERITED_SUBDIR_CONFIG) ;
|
||||
}
|
||||
|
||||
# store SUBDIR_TOKENS
|
||||
local oldSubDirTokens = $(SUBDIR_TOKENS) ;
|
||||
|
||||
on $(config) {
|
||||
include [ FDirName $($(1[1])) $(1[2-) $(JAMFILE) ] ;
|
||||
}
|
||||
|
||||
# restore SUBDIR_TOKENS
|
||||
SUBDIR_TOKENS = $(oldSubDirTokens) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user