Changeset 2549 for trunk/src/kmk/main.c
- Timestamp:
- Nov 9, 2011, 2:22:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r2546 r2549 3726 3726 print_file_data_base (); 3727 3727 print_vpath_data_base (); 3728 #ifdef KMK 3729 print_kbuild_data_base (); 3730 #endif 3728 3731 #ifndef CONFIG_WITH_STRCACHE2 3729 3732 strcache_print_stats ("#"); … … 3750 3753 print_variable_stats (); 3751 3754 print_file_stats (); 3755 # ifdef KMK 3756 print_kbuild_define_stats (); 3757 # endif 3752 3758 # ifndef CONFIG_WITH_STRCACHE2 3753 3759 strcache_print_stats ("#");
Note:
See TracChangeset
for help on using the changeset viewer.