VirtualBox

Changeset 2180 in kBuild


Ignore:
Timestamp:
Jan 3, 2009 12:36:32 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

    r2179 r2180  
    38633863  /* The failure might be lost in a -j <lots> run, so mention the
    38643864     failure again before exiting. */
    3865   if (status && job_slots != 1)
     3865  if (status != 0 && job_slots != 1)
    38663866    error (NILF, _("*** Exiting with status %d"), status);
    38673867#endif
Note: See TracChangeset for help on using the changeset viewer.

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