From c19bda7d4cb79b3ee41a6d923aebc7fc28c7b082 Mon Sep 17 00:00:00 2001 From: mycroft Date: Tue, 20 May 1997 22:53:30 +0000 Subject: Check the .PHONY attribute... --- usr.bin/make/arch.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 1edbd352107..c5245d522b8 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -1,4 +1,4 @@ -/* $NetBSD: arch.c,v 1.17 1996/11/06 17:58:59 christos Exp $ */ +/* $NetBSD: arch.c,v 1.18 1997/05/20 22:53:30 mycroft Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)arch.c 8.2 (Berkeley) 1/2/94"; #else -static char rcsid[] = "$NetBSD: arch.c,v 1.17 1996/11/06 17:58:59 christos Exp $"; +static char rcsid[] = "$NetBSD: arch.c,v 1.18 1997/05/20 22:53:30 mycroft Exp $"; #endif #endif /* not lint */ @@ -1164,7 +1164,9 @@ Arch_LibOODate (gn) { Boolean oodate; - if (OP_NOP(gn->type) && Lst_IsEmpty(gn->children)) { + if (gn->type & OP_PHONY) { + oodate = TRUE; + } else if (OP_NOP(gn->type) && Lst_IsEmpty(gn->children)) { oodate = FALSE; } else if ((gn->mtime > now) || (gn->mtime < gn->cmtime)) { oodate = TRUE; -- cgit /netbsd/log/dist/bind/lib/inet/inet_net_ntop.c'>logtreecommitdiff
path: root/dist/bind/lib/inet/inet_net_ntop.c
AgeCommit message (Expand)Author
2004-05-18Resolve conflictschristos
2002-06-20sync with 8.3.2. 99% of conflicts were due to $NetBSD$ tag.itojun
2001-01-27upgrade to BIND 8.2.3. the upgrade is critical (security fixes).itojun
2001-01-27BIND 8.2.3itojun