summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/meta.c
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2016-06-14 23:52:32 +0000
committersjg <sjg@FreeBSD.org>2016-06-14 23:52:32 +0000
commit52110ae283b25415cb9fff2b3b782b753175cf6a (patch)
treec9ebd4795590ae9f153e50ad8940e59a9448eae0 /contrib/bmake/meta.c
parenta2946b6b1bdf5a72a06318c373c242c7d9741460 (diff)
downloadFreeBSD-src-52110ae283b25415cb9fff2b3b782b753175cf6a.zip
FreeBSD-src-52110ae283b25415cb9fff2b3b782b753175cf6a.tar.gz
meta_oodate: set needOODATE if oodate due to missing .meta file.
Reviewed by: bdrewery Approved by: re
Diffstat (limited to 'contrib/bmake/meta.c')
-rw-r--r--contrib/bmake/meta.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/bmake/meta.c b/contrib/bmake/meta.c
index dcd396d..3084a57 100644
--- a/contrib/bmake/meta.c
+++ b/contrib/bmake/meta.c
@@ -1474,6 +1474,7 @@ meta_oodate(GNode *gn, Boolean oodate)
if (DEBUG(META))
fprintf(debug_file, "%s: required but missing\n", fname);
oodate = TRUE;
+ needOODATE = TRUE; /* assume the worst */
}
}
}
OpenPOWER on IntegriCloud