summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/GNode.h
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2007-04-20 06:33:25 +0000
committerfjoe <fjoe@FreeBSD.org>2007-04-20 06:33:25 +0000
commit711037246e3ddfae7d52ff44a0f5d8d1c50e20eb (patch)
treecd30975b6b93db0a08c46c33c856835f3ec55609 /usr.bin/make/GNode.h
parent5abc85136d3414fb5078dd4b13d33911966818f4 (diff)
downloadFreeBSD-src-711037246e3ddfae7d52ff44a0f5d8d1c50e20eb.zip
FreeBSD-src-711037246e3ddfae7d52ff44a0f5d8d1c50e20eb.tar.gz
Improve logging when -dm is specified: if the node is considered
out-of-date print not only "modified before source" message but also the path of youngest source.
Diffstat (limited to 'usr.bin/make/GNode.h')
-rw-r--r--usr.bin/make/GNode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/GNode.h b/usr.bin/make/GNode.h
index 382da55..71d2afd 100644
--- a/usr.bin/make/GNode.h
+++ b/usr.bin/make/GNode.h
@@ -170,6 +170,7 @@ typedef struct GNode {
int unmade; /* The number of unmade children */
int mtime; /* Its modification time */
int cmtime; /* Modification time of its youngest child */
+ struct GNode *cmtime_gn;/* Youngest child */
/*
* Links to parents for which this is an implied source, if any. (nodes
OpenPOWER on IntegriCloud