GNU Make --output-sync doesn't work?
问题 this is driving me bonkers. For parallel make builds (-j), you're supposed to be able to synchronize the console output. Here is ref: GNU Make Manual: 5.4.1 Output During Parallel Execution I'm using GNU Make 3.82 for x86_64-redhat-linux-gnu Un-Synchronized: make -j8 all //not synchronized yields (i'm using eclipse-cdt managedbuild here): Building file: ../dome.c Building file: ../main.c Invoking: GCC C Compiler gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"dome.d" -MT"dome.d" -o "dome