summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-10-02 16:06:39 +0000
committerjmallett <jmallett@FreeBSD.org>2002-10-02 16:06:39 +0000
commit354670df503649d8aec7ac2880f5d2f98dcc1071 (patch)
treef1c846375067468411ad49eab9825cae2c70bb11 /usr.bin/make
parent980f400848f5d41947b3bf9d6d17407cc92044c8 (diff)
downloadFreeBSD-src-354670df503649d8aec7ac2880f5d2f98dcc1071.zip
FreeBSD-src-354670df503649d8aec7ac2880f5d2f98dcc1071.tar.gz
Code that has been #if0'd with the comment "WHY" since revision 1.1 can
disappear.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c
index a547d8f..4017f6c 100644
--- a/usr.bin/make/make.c
+++ b/usr.bin/make/make.c
@@ -232,15 +232,8 @@ Make_OODate (gn)
DEBUGF(MAKE, (":: operator and no sources..."));
}
oodate = TRUE;
- } else {
-#if 0
- /* WHY? */
- DEBUGF(MAKE, ("source %smade...", gn->childMade ? "" : "not "));
- oodate = gn->childMade;
-#else
+ } else
oodate = FALSE;
-#endif /* 0 */
- }
/*
* If the target isn't out-of-date, the parents need to know its
OpenPOWER on IntegriCloud