diff options
| author | dsl <dsl@NetBSD.org> | 2006-02-11 18:37:36 +0000 |
|---|---|---|
| committer | dsl <dsl@NetBSD.org> | 2006-02-11 18:37:36 +0000 |
| commit | 49c83bef6a73449e82fffd3905be554014b4cce3 (patch) | |
| tree | 8aff6d9d4bd2df722feae103cc4157a7e88a8d30 /usr.bin/make/nonints.h | |
| parent | f0bf09cccc737df03aaba3e221ff09ba6d0f4ec8 (diff) | |
Debug trace all the targets we are actually intending making.
De-optimise the getting of a job token so we don't re-order the job
list when there are no tokens.
This might have helped etc/Makefile, but isn't enough.
Diffstat (limited to 'usr.bin/make/nonints.h')
| -rw-r--r-- | usr.bin/make/nonints.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/nonints.h b/usr.bin/make/nonints.h index df231534f7d..e55a892303a 100644 --- a/usr.bin/make/nonints.h +++ b/usr.bin/make/nonints.h @@ -1,4 +1,4 @@ -/* $NetBSD: nonints.h,v 1.34 2005/05/08 00:38:47 christos Exp $ */ +/* $NetBSD: nonints.h,v 1.35 2006/02/11 18:37:36 dsl Exp $ */ /*- * Copyright (c) 1988, 1989, 1990, 1993 @@ -172,6 +172,7 @@ Boolean Targ_Silent(GNode *); Boolean Targ_Precious(GNode *); void Targ_SetMain(GNode *); int Targ_PrintCmd(ClientData, ClientData); +int Targ_PrintNode(ClientData, ClientData); char *Targ_FmtTime(time_t); void Targ_PrintType(int); void Targ_PrintGraph(int); |
