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.109 retrieving revision 1.110 diff -u -p -r1.109 -r1.110 --- src/usr.bin/make/make.h 2020/07/02 15:14:38 1.109 +++ src/usr.bin/make/make.h 2020/07/18 21:37:38 1.110 @@ -1,4 +1,4 @@ -/* $NetBSD: make.h,v 1.109 2020/07/02 15:14:38 rillig Exp $ */ +/* $NetBSD: make.h,v 1.110 2020/07/18 21:37:38 sjg Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -465,6 +465,7 @@ extern int debug; #define DEBUG_ERROR 0x01000 #define DEBUG_LOUD 0x02000 #define DEBUG_META 0x04000 +#define DEBUG_HASH 0x08000 #define DEBUG_GRAPH3 0x10000 #define DEBUG_SCRIPT 0x20000