diff options
| author | rillig <rillig@NetBSD.org> | 2020-11-08 08:33:07 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-11-08 08:33:07 +0000 |
| commit | 400a44e5bf3ddb6a0f241d73c362eff5ededd179 (patch) | |
| tree | ea1019d93fad1f7f35197da1920abf84c969e186 /usr.bin/make/arch.c | |
| parent | b15c9760237a9c924081f4fe15d95bbcdd88afe5 (diff) | |
make(1): rename Make_OODate to GNode_IsOODate
It doesn't matter which of the make modules is in charge of determining
whether a node is out-of-date. Therefore, remove the module name from
the function name.
Diffstat (limited to 'usr.bin/make/arch.c')
| -rw-r--r-- | usr.bin/make/arch.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 1d5f1c6b094..a63da86c15c 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -1,4 +1,4 @@ -/* $NetBSD: arch.c,v 1.171 2020/11/07 14:04:49 rillig Exp $ */ +/* $NetBSD: arch.c,v 1.172 2020/11/08 08:33:07 rillig Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -125,7 +125,7 @@ #include "config.h" /* "@(#)arch.c 8.2 (Berkeley) 1/2/94" */ -MAKE_RCSID("$NetBSD: arch.c,v 1.171 2020/11/07 14:04:49 rillig Exp $"); +MAKE_RCSID("$NetBSD: arch.c,v 1.172 2020/11/08 08:33:07 rillig Exp $"); typedef struct List ArchList; typedef struct ListNode ArchListNode; @@ -974,7 +974,7 @@ Arch_FindLib(GNode *gn, SearchPath *path) } /* Decide if a node with the OP_LIB attribute is out-of-date. Called from - * Make_OODate to make its life easier. + * GNode_IsOODate to make its life easier. * The library is cached if it hasn't been already. * * There are several ways for a library to be out-of-date that are |
