diff options
author | Paul Smith <psmith@gnu.org> | 1999-08-13 07:36:26 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-08-13 07:36:26 +0000 |
commit | cbb9e38d10b35a469d0880542b12530817b11003 (patch) | |
tree | 47814942687f380da81eaaaadaff436eef4e591c /make.h | |
parent | 9e79637ec3fcd24394b2d705ff7c64bd91da9b24 (diff) | |
download | gunmake-cbb9e38d10b35a469d0880542b12530817b11003.tar.gz |
* Rework jobserver yet one more time.
* Install the $(if ...) function and document it. Still need some examples.
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -479,6 +479,7 @@ extern int batch_mode_shell; extern unsigned int job_slots; extern int job_fds[2]; +extern int job_rfd; #ifndef NO_FLOAT extern double max_load_average; #else |