Changeset 3260 in kBuild
- Timestamp:
- Jan 3, 2019 6:03:22 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/output.c
r3243 r3260 886 886 void *sem = acquire_semaphore (); 887 887 888 # ifndef KMK /* this drives me bananas. */ 888 889 /* Log the working directory for this dump. */ 889 890 if (print_directory_flag && output_sync != OUTPUT_SYNC_RECURSE) 890 891 traced = log_working_directory (1); 892 # endif 891 893 892 894 if (outfd_not_empty) … … 895 897 pump_from_tmp (out->err, stderr); 896 898 899 # ifndef KMK /* this drives me bananas. */ 897 900 if (traced) 898 901 log_working_directory (0); 902 # endif 899 903 900 904 /* Exit the critical section. */
Note:
See TracChangeset
for help on using the changeset viewer.