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


Ignore:
Timestamp:
Sep 6, 2015, 5:43:10 PM (10 years ago)
Author:
bird
Message:

kmk_cc_exec.c: Sketched the basic makefile evaluation 'instructions'.

File:
1 edited

Legend:

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

    r2771 r2788  
    38493849  printf (_("\n# Make statistics, printed on %s"), ctime (&when));
    38503850
    3851   print_variable_stats ();
    3852   print_file_stats ();
    3853 # ifdef KMK
    3854   print_kbuild_define_stats ();
    3855 # endif
     3851  /* Aallocators: */
    38563852# ifndef CONFIG_WITH_STRCACHE2
    38573853  strcache_print_stats ("#");
     
    38633859# endif
    38643860  print_heap_stats ();
     3861
     3862  /* Make stuff: */
     3863  print_variable_stats ();
     3864  print_file_stats ();
     3865# ifdef KMK
     3866  print_kbuild_define_stats ();
     3867# endif
     3868# ifdef CONFIG_WITH_COMPILER
     3869  kmk_cc_print_stats ();
     3870# endif
    38653871
    38663872  when = time ((time_t *) 0);
Note: See TracChangeset for help on using the changeset viewer.