Changeset 2549 for trunk/src/kmk/main.c


Ignore:
Timestamp:
Nov 9, 2011, 2:22:04 AM (14 years ago)
Author:
bird
Message:

kmk: hacking on a new kmk/kBuild language extension...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/main.c

    r2546 r2549  
    37263726  print_file_data_base ();
    37273727  print_vpath_data_base ();
     3728#ifdef KMK
     3729  print_kbuild_data_base ();
     3730#endif
    37283731#ifndef CONFIG_WITH_STRCACHE2
    37293732  strcache_print_stats ("#");
     
    37503753  print_variable_stats ();
    37513754  print_file_stats ();
     3755# ifdef KMK
     3756  print_kbuild_define_stats ();
     3757# endif
    37523758# ifndef CONFIG_WITH_STRCACHE2
    37533759  strcache_print_stats ("#");
Note: See TracChangeset for help on using the changeset viewer.