Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make Targ_PrintType(): include .PHONY and .MADE attr...
details: https://anonhg.NetBSD.org/src/rev/45bd9baf0c2d
branches: trunk
changeset: 522004:45bd9baf0c2d
user: pk <pk%NetBSD.org@localhost>
date: Sun Feb 10 12:03:08 2002 +0000
description:
Targ_PrintType(): include .PHONY and .MADE attributes.
diffstat:
usr.bin/make/targ.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 2dd8af06ff09 -r 45bd9baf0c2d usr.bin/make/targ.c
--- a/usr.bin/make/targ.c Sun Feb 10 12:01:59 2002 +0000
+++ b/usr.bin/make/targ.c Sun Feb 10 12:03:08 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: targ.c,v 1.25 2002/01/27 01:50:55 reinoud Exp $ */
+/* $NetBSD: targ.c,v 1.26 2002/02/10 12:03:08 pk Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -39,14 +39,14 @@
*/
#ifdef MAKE_BOOTSTRAP
-static char rcsid[] = "$NetBSD: targ.c,v 1.25 2002/01/27 01:50:55 reinoud Exp $";
+static char rcsid[] = "$NetBSD: targ.c,v 1.26 2002/02/10 12:03:08 pk Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)targ.c 8.2 (Berkeley) 3/19/94";
#else
-__RCSID("$NetBSD: targ.c,v 1.25 2002/01/27 01:50:55 reinoud Exp $");
+__RCSID("$NetBSD: targ.c,v 1.26 2002/02/10 12:03:08 pk Exp $");
#endif
#endif /* not lint */
#endif
@@ -561,6 +561,8 @@
/*XXX: MEMBER is defined, so CONCAT(OP_,MEMBER) gives OP_"%" */
case OP_MEMBER: if (DEBUG(TARG)) printf(".MEMBER "); break;
PRINTDBIT(ARCHV);
+ PRINTDBIT(MADE);
+ PRINTDBIT(PHONY);
}
}
}
Home |
Main Index |
Thread Index |
Old Index