Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/make/make.h,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/make/make.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.68 retrieving revision 1.69 diff -u -p -r1.68 -r1.69 --- src/usr.bin/make/make.h 2007/10/01 22:14:11 1.68 +++ src/usr.bin/make/make.h 2007/10/05 15:27:45 1.69 @@ -1,4 +1,4 @@ -/* $NetBSD: make.h,v 1.68 2007/10/01 22:14:11 sjg Exp $ */ +/* $NetBSD: make.h,v 1.69 2007/10/05 15:27:45 sjg Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -397,7 +397,8 @@ extern char *progname; /* The program na #define MAKEFLAGS ".MAKEFLAGS" #define MAKEOVERRIDES ".MAKEOVERRIDES" -#define MAKEJOBPREFIX ".MAKE.JOB.PREFIX" +#define MAKE_JOB_PREFIX ".MAKE.JOB.PREFIX" +#define MAKE_EXPORTED ".MAKE.EXPORTED" /* * debug control: