| diff -ru bmake.orig/job.c bmake/job.c |
| |
| |
| @@ -180,6 +180,8 @@ |
| #define ABORT_WAIT 3 /* Waiting for jobs to finish */ |
| #define JOB_TOKENS "+EI+" /* Token to requeue for each abort state */ |
| |
| +FILE *debug_file; |
| + |
| /* |
| * this tracks the number of tokens currently "out" to build jobs. |
| */ |
| diff -ru bmake.orig/make.h bmake/make.h |
| |
| |
| @@ -464,7 +464,7 @@ |
| * There is one bit per module. It is up to the module what debug |
| * information to print. |
| */ |
| -FILE *debug_file; /* Output written here - default stdout */ |
| +extern FILE *debug_file; /* Output written here - default stdout */ |
| extern int debug; |
| #define DEBUG_ARCH 0x00001 |
| #define DEBUG_COND 0x00002 |