From 978819e1d6e9354b5b20d15c875bef98579873ae Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 25 Jun 2005 18:57:28 +0000 Subject: Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd. When rebuilding makefiles, unset -B if MAKE_RESTARTS is >0. --- default.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'default.c') diff --git a/default.c b/default.c index 58855c6..ba96c61 100644 --- a/default.c +++ b/default.c @@ -1,5 +1,6 @@ /* Data base of default implicit rules for GNU Make. -Copyright (C) 1988,89,90,91,92,93,94,95,96 Free Software Foundation, Inc. +Copyright (C) 1988,1989,1990,1991,1992,1993,1994,1995, +1996,2003,2004 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify -- cgit v1.2.3