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

Diff for /src/usr.bin/make/make.h between version 1.1 and 1.2

version 1.1, 1995/10/18 08:45:43 version 1.2, 1995/12/17 13:42:01
Line 1 
Line 1 
 /*      $NetBSD: make.h,v 1.6 1995/06/14 15:19:43 christos Exp $        */  /*      $NetBSD: make.h,v 1.7 1995/12/16 05:03:11 christos Exp $        */
   
 /*  /*
  * Copyright (c) 1988, 1989, 1990, 1993   * Copyright (c) 1988, 1989, 1990, 1993
Line 102 
Line 102 
     char            *name;      /* The target's name */      char            *name;      /* The target's name */
     char            *path;      /* The full pathname of the file */      char            *path;      /* The full pathname of the file */
     int             type;       /* Its type (see the OP flags, below) */      int             type;       /* Its type (see the OP flags, below) */
       int             order;      /* Its wait weight */
   
     Boolean         make;       /* TRUE if this target needs to be remade */      Boolean         make;       /* TRUE if this target needs to be remade */
     enum {      enum {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2