mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb/get-source: Add a macro to indicate the get-source command is running.
- Fix GDB's library checks to ignore errors when getting the source.
This commit is contained in:
@@ -281,6 +281,7 @@ class buildset:
|
||||
self.macros = copy.copy(opts.defaults)
|
||||
else:
|
||||
self.macros = copy.copy(macros)
|
||||
self.macros.define('_rsb_get_source')
|
||||
log.trace('_bset: %s: macro defaults' % (bset))
|
||||
log.trace(str(self.macros))
|
||||
self.bset = bset
|
||||
|
Reference in New Issue
Block a user