From 302da1a3d35c15cb29d76e0a939f8bcb13f7ad80 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Sat, 7 Nov 2020 19:39:21 +0000 Subject: Import bmake-20201101 Lots of new unit-tests increase code coverage. Lots of refactoring, cleanup and simlpification to reduce code size. Fixes for Bug 223564 and 245807 Updates to dirdeps.mk and meta2deps.py --- trace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trace.h') diff --git a/trace.h b/trace.h index dc0fc6cc43aa..758184b98b4a 100644 --- a/trace.h +++ b/trace.h @@ -1,4 +1,4 @@ -/* $NetBSD: trace.h,v 1.3 2008/04/28 20:24:14 martin Exp $ */ +/* $NetBSD: trace.h,v 1.4 2020/10/18 17:19:54 rillig Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ * Definitions pertaining to the tracing of jobs in parallel mode. */ -typedef enum { +typedef enum TrEvent { MAKESTART, MAKEEND, MAKEERROR, -- cgit v1.2.3