mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Disable any trace data
This commit is contained in:
@@ -50,7 +50,7 @@ import pkgconfig
|
|||||||
#
|
#
|
||||||
# Make trace true to get a file of what happens and what is being asked.
|
# Make trace true to get a file of what happens and what is being asked.
|
||||||
#
|
#
|
||||||
trace = True
|
trace = False
|
||||||
trace_stdout = False
|
trace_stdout = False
|
||||||
logfile = 'pkg-config.log'
|
logfile = 'pkg-config.log'
|
||||||
out = None
|
out = None
|
||||||
@@ -59,7 +59,7 @@ srcfd = None
|
|||||||
#
|
#
|
||||||
# Write all the package source parsed to a single file.
|
# Write all the package source parsed to a single file.
|
||||||
#
|
#
|
||||||
trace_src = True
|
trace_src = False
|
||||||
if trace_src:
|
if trace_src:
|
||||||
srcfd = open('pkg-src.txt', 'w')
|
srcfd = open('pkg-src.txt', 'w')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user