mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the path handling of nesting build sets.
This commit is contained in:
@@ -73,7 +73,7 @@ class buildset:
|
|||||||
'%s.bset' % (path.basename(config))]
|
'%s.bset' % (path.basename(config))]
|
||||||
for c in self.configs['files']:
|
for c in self.configs['files']:
|
||||||
if path.basename(c) in names:
|
if path.basename(c) in names:
|
||||||
if path.dirname(config).endswith(path.dirname(config)):
|
if path.dirname(c).endswith(path.dirname(config)):
|
||||||
return c
|
return c
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user