diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2010-11-15 14:04:04 -0600 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2010-11-15 14:04:04 -0600 |
commit | d4767f440a7a8bfefa0851726b729b8d30a654a5 (patch) | |
tree | 675011540ad18ee1cdaa6219fe6a0c5264a9705f /src/cpu/SConscript | |
parent | c37086633189ec6cc754bcd24369e6e2d15cf1f8 (diff) | |
download | gem5-d4767f440a7a8bfefa0851726b729b8d30a654a5.tar.xz |
SCons: Cleanup SCons output during compile
Diffstat (limited to 'src/cpu/SConscript')
-rw-r--r-- | src/cpu/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/SConscript b/src/cpu/SConscript index 6b4c43dc0..35e92a1b6 100644 --- a/src/cpu/SConscript +++ b/src/cpu/SConscript @@ -87,7 +87,7 @@ def gen_cpu_exec_signatures(target, source, env): # Generate string that gets printed when header is rebuilt def gen_sigs_string(target, source, env): - return "Generating static_inst_exec_sigs.hh: " \ + return " [GENERATE] static_inst_exec_sigs.hh: " \ + ', '.join(temp_cpu_list) # Add command to generate header to environment. |