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

Diff for /src/usr.bin/make/main.c between version 1.3 and 1.4

version 1.3, 1996/01/03 09:50:47 version 1.4, 1996/02/22 22:24:49
Line 1 
Line 1 
 /*      $NetBSD: main.c,v 1.23 1995/11/22 17:40:14 christos Exp $       */  /*      $NetBSD: main.c,v 1.24 1996/02/04 22:20:49 christos Exp $       */
   
 /*  /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.   * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
Line 48 
Line 48 
 #if 0  #if 0
 static char sccsid[] = "@(#)main.c      5.25 (Berkeley) 4/1/91";  static char sccsid[] = "@(#)main.c      5.25 (Berkeley) 4/1/91";
 #else  #else
 static char rcsid[] = "$NetBSD: main.c,v 1.23 1995/11/22 17:40:14 christos Exp $";  static char rcsid[] = "$NetBSD: main.c,v 1.24 1996/02/04 22:20:49 christos Exp $";
 #endif  #endif
 #endif /* not lint */  #endif /* not lint */
   
Line 103 
Line 103 
   
 #ifndef DEFMAXLOCAL  #ifndef DEFMAXLOCAL
 #define DEFMAXLOCAL DEFMAXJOBS  #define DEFMAXLOCAL DEFMAXJOBS
 #endif  DEFMAXLOCAL  #endif  /* DEFMAXLOCAL */
   
 #define MAKEFLAGS       ".MAKEFLAGS"  #define MAKEFLAGS       ".MAKEFLAGS"
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4