Changeset 3170 for trunk/src/kmk/main.c
- Timestamp:
- Mar 21, 2018, 1:32:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r3161 r3170 27 27 #ifdef KMK 28 28 # include "kbuild.h" 29 #endif 30 #ifdef CONFIG_WITH_KMK_BUILTIN_STATS 31 # include "kmkbuiltin.h" 29 32 #endif 30 33 … … 4174 4177 4175 4178 /* Allocators: */ 4176 # ifdef CONFIG_WITH_COMPILER4179 # ifdef CONFIG_WITH_COMPILER 4177 4180 kmk_cc_print_stats (); 4178 # endif4181 # endif 4179 4182 # ifndef CONFIG_WITH_STRCACHE2 4180 4183 strcache_print_stats ("#"); … … 4194 4197 print_kbuild_define_stats (); 4195 4198 # endif 4199 # ifdef CONFIG_WITH_KMK_BUILTIN_STATS 4200 kmk_builtin_print_stats (stdout, "# "); 4201 # endif 4196 4202 # ifdef CONFIG_WITH_COMPILER 4197 4203 kmk_cc_print_stats (); … … 4201 4207 printf (_("\n# Finished Make statistics on %s\n"), ctime (&when)); 4202 4208 } 4203 #endif 4209 #endif /* CONFIG_WITH_PRINT_STATS_SWITCH */ 4204 4210 4205 4211 static void
Note:
See TracChangeset
for help on using the changeset viewer.