VirtualBox

Changeset 3260 in kBuild


Ignore:
Timestamp:
Jan 3, 2019 6:03:22 AM (6 years ago)
Author:
bird
Message:

kmk/output.c: Don't log working directory for each and every recipe that's executed when in KMK mode - it drives me nuts.

File:
1 edited

Legend:

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

    r3243 r3260  
    886886      void *sem = acquire_semaphore ();
    887887
     888# ifndef KMK /* this drives me bananas. */
    888889      /* Log the working directory for this dump.  */
    889890      if (print_directory_flag && output_sync != OUTPUT_SYNC_RECURSE)
    890891        traced = log_working_directory (1);
     892# endif
    891893
    892894      if (outfd_not_empty)
     
    895897        pump_from_tmp (out->err, stderr);
    896898
     899# ifndef KMK /* this drives me bananas. */
    897900      if (traced)
    898901        log_working_directory (0);
     902# endif
    899903
    900904      /* Exit the critical section.  */
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