From 95e5fff2a7e41ff5df14257ae6e7a7693b43d360 Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 19 Oct 2003 01:01:44 +0000 Subject: Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages) --- phantasia/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'phantasia') diff --git a/phantasia/Makefile b/phantasia/Makefile index 6d260aca..4916c625 100644 --- a/phantasia/Makefile +++ b/phantasia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/10/18 07:40:27 lukem Exp $ +# $NetBSD: Makefile,v 1.29 2003/10/19 01:01:44 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 .include @@ -31,9 +31,13 @@ CLEANFILES+=map setup setup.lo host_phantglobs.lo ${ALLFILES} realall: ${FILES} ${FILES}: setup + ${_MKMSG} " create ${.TARGET}" + ${_MKCMD}\ ./setup -m ${.CURDIR}/monsters.asc setup: host_phantglobs.lo setup.lo monsters.asc ${LIBM} + ${_MKMSG} "compile ${.TARGET}" + ${_MKCMD}\ ${HOST_LINK.c} host_phantglobs.lo setup.lo -o ${.TARGET} -lm BUILDSYMLINKS+= phantglobs.c host_phantglobs.c -- cgit v1.2.3-56-ge451