VirtualBox

Changeset 2179 in kBuild for trunk


Ignore:
Timestamp:
Jan 3, 2009 12:35:16 AM (16 years ago)
Author:
bird
Message:

kmk: Mention error after waiting for -jN children since the orignal error might be lost on the user by the time lots of children has completed.

File:
1 edited

Legend:

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

    r2178 r2179  
    38603860    }
    38613861
     3862#ifdef KMK
     3863  /* The failure might be lost in a -j <lots> run, so mention the
     3864     failure again before exiting. */
     3865  if (status && job_slots != 1)
     3866    error (NILF, _("*** Exiting with status %d"), status);
     3867#endif
     3868
    38623869  exit (status);
    38633870}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette