[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/Attic/config.h between version 1.20 and 1.21

version 1.20, 2014/10/18 07:50:06 version 1.21, 2022/01/05 02:00:55
Line 44 
Line 44 
   
 /*  /*
  * DEFMAXJOBS   * DEFMAXJOBS
  * DEFMAXLOCAL   *      This controls the default concurrency. On no occasion will more
  *      These control the default concurrency. On no occasion will more   *      than DEFMAXJOBS targets be created at once.
  *      than DEFMAXJOBS targets be created at once (locally or remotely)  
  *      DEFMAXLOCAL is the highest number of targets which will be  
  *      created on the local machine at once. Note that if you set this  
  *      to 0, nothing will ever happen...  
  */   */
 #define DEFMAXJOBS      4  #define DEFMAXJOBS      4
 #define DEFMAXLOCAL     1  
   
 /*  /*
  * SYSVINCLUDE   * SYSVINCLUDE
Line 71 
Line 66 
  *                              # of ${VAR}   *                              # of ${VAR}
  */   */
 #define SUNSHCMD  #define SUNSHCMD
   
 #if !defined(__svr4__) && !defined(__SVR4) && !defined(__ELF__)  
 # ifndef RANLIBMAG  
 #  define RANLIBMAG "__.SYMDEF"  
 # endif  
 #endif  
   
 #ifdef HAS_EXTENDED_GETCWD  #ifdef HAS_EXTENDED_GETCWD
 #define dogetcwd()      getcwd(NULL, 0)  #define dogetcwd()      getcwd(NULL, 0)

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21