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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/make.h between version 1.34 and 1.35

version 1.34, 2001/06/01 20:33:37 version 1.35, 2001/06/09 05:22:47
Line 367  extern Lst sysIncPath; /* The system inc
Line 367  extern Lst sysIncPath; /* The system inc
 extern char     *progname;      /* The program name */  extern char     *progname;      /* The program name */
   
 #define MAKEFLAGS       ".MAKEFLAGS"  #define MAKEFLAGS       ".MAKEFLAGS"
   #define MAKEOVERRIDES   ".MAKEOVERRIDES"
   
 /*  /*
  * debug control:   * debug control:
Line 413  Boolean Make_Run __P((Lst));
Line 414  Boolean Make_Run __P((Lst));
 char * Check_Cwd_Cmd __P((char *));  char * Check_Cwd_Cmd __P((char *));
 void Check_Cwd __P((char **));  void Check_Cwd __P((char **));
 void PrintOnError __P((char *));  void PrintOnError __P((char *));
   void ExportMAKEFLAGS __P((int));
   
 #endif /* _MAKE_H_ */  #endif /* _MAKE_H_ */

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

CVSweb <webmaster@jp.NetBSD.org>