mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
windows: Remove BuildRoot from all configs, add a short tmp path.
Closes #3562.
This commit is contained in:
@@ -322,6 +322,7 @@ class buildset:
|
||||
else:
|
||||
exbset = self.macros.expand(self.bset)
|
||||
self.macros['_bset'] = exbset
|
||||
self.macros['_bset_tmp'] = build.short_name(exbset)
|
||||
root, ext = path.splitext(exbset)
|
||||
if exbset.endswith('.bset'):
|
||||
bset = exbset
|
||||
|
Reference in New Issue
Block a user