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


Ignore:
Timestamp:
Jan 10, 2009, 3:24:02 AM (17 years ago)
Author:
bird
Message:

*: Updated copyright to 2009 and normalized name & email.

File:
1 edited

Legend:

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

    r2185 r2243  
    36493649  printf ("\n\
    36503650%skBuild modifications:\n\
    3651 %s Copyright (C) 2005-2008  Knut St. Osmundsen.\n\
     3651%s Copyright (c) 2005-2009 knut st. osmundsen.\n\
    36523652\n\
    36533653%skmkbuiltin commands derived from *BSD sources:\n\
     
    38023802#ifdef KMK
    38033803  static char need_2nd_error = 0;
    3804 #endif 
     3804#endif
    38053805
    38063806  if (!dying)
     
    38153815#ifdef KMK
    38163816      /*  Flag 2nd error message. */
    3817       if (status != 0 
    3818           && (   job_slots_used > 0 
     3817      if (status != 0
     3818          && (   job_slots_used > 0
    38193819              || print_data_base_flag
    38203820              || print_stats_flag))
    38213821        need_2nd_error = 1;
    3822 #endif /* KMK */     
     3822#endif /* KMK */
    38233823
    38243824      /* Wait for children to die.  */
Note: See TracChangeset for help on using the changeset viewer.