From d4767f440a7a8bfefa0851726b729b8d30a654a5 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 15 Nov 2010 14:04:04 -0600 Subject: SCons: Cleanup SCons output during compile --- src/cpu/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/SConscript') 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. -- cgit v1.2.3