From 9068ec741b0a8671c3dacac7a19de3554db3da0d Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 7 Sep 2015 03:20:18 +0000 Subject: [PATCH] Sprinkle more done messages. --- sys/arch/acorn26/stand/lib/Makefile | 3 ++- sys/arch/acorn32/stand/lib/Makefile | 3 ++- sys/arch/hppa/spmath/Makefile | 5 +++-- sys/arch/i386/stand/lib/Makefile | 3 ++- sys/arch/ia64/stand/efi/libefi/Makefile | 3 ++- sys/compat/common/Makefile | 4 +++- sys/lib/libgnuefi/Makefile | 3 ++- sys/lib/libkern/Makefile | 6 ++++-- sys/lib/libsa/Makefile | 3 ++- sys/lib/libz/Makefile | 3 ++- 10 files changed, 24 insertions(+), 12 deletions(-) diff --git a/sys/arch/acorn26/stand/lib/Makefile b/sys/arch/acorn26/stand/lib/Makefile index 64a0246132f9..863b0a5f19c3 100644 --- a/sys/arch/acorn26/stand/lib/Makefile +++ b/sys/arch/acorn26/stand/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2002/03/24 15:47:26 bjh21 Exp $ +# $NetBSD: Makefile,v 1.2 2015/09/07 03:20:18 uebayasi Exp $ S?= ${.CURDIR}/../../../../ @@ -22,3 +22,4 @@ lib${LIB}.o:: ${OBJS} @echo building standard ${LIB} library @rm -f lib${LIB}.o @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort` + @echo done diff --git a/sys/arch/acorn32/stand/lib/Makefile b/sys/arch/acorn32/stand/lib/Makefile index f7c5249638e1..aa90822d2e83 100644 --- a/sys/arch/acorn32/stand/lib/Makefile +++ b/sys/arch/acorn32/stand/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/04/01 19:08:08 bjh21 Exp $ +# $NetBSD: Makefile,v 1.4 2015/09/07 03:20:18 uebayasi Exp $ S?= ${.CURDIR}/../../../../ @@ -24,3 +24,4 @@ lib${LIB}.o:: ${OBJS} @echo building standard ${LIB} library @rm -f lib${LIB}.o @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort` + @echo done diff --git a/sys/arch/hppa/spmath/Makefile b/sys/arch/hppa/spmath/Makefile index 9023621c2079..4029b0ac0d43 100644 --- a/sys/arch/hppa/spmath/Makefile +++ b/sys/arch/hppa/spmath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/12/11 12:17:40 christos Exp $ +# $NetBSD: Makefile,v 1.4 2015/09/07 03:20:18 uebayasi Exp $ # $OpenBSD: Makefile,v 1.4 2000/01/11 21:32:57 mickey Exp $ @@ -27,9 +27,10 @@ ${LIB}.o:: ${OBJS} @echo building standard ${LIB} library @rm -f ${LIB}.o @${LD} -r -o ${LIB}.o `${LORDER} ${OBJS} | tsort` + @echo done ${LIB}.po:: ${POBJS} @echo building profiled ${LIB} library @rm -f ${LIB}.po @${LD} -r -o ${LIB}.po `${LORDER} ${POBJS} | tsort` - + @echo done diff --git a/sys/arch/i386/stand/lib/Makefile b/sys/arch/i386/stand/lib/Makefile index e57893aacfb4..f8ddade7fb07 100644 --- a/sys/arch/i386/stand/lib/Makefile +++ b/sys/arch/i386/stand/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/04/16 08:38:36 mrg Exp $ +# $NetBSD: Makefile,v 1.42 2015/09/07 03:20:18 uebayasi Exp $ S?= ${.CURDIR}/../../../.. @@ -52,6 +52,7 @@ lib${LIB}.o:: ${OBJS} @echo building standard ${LIB} library @rm -f lib${LIB}.o @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort` + @echo done # XXX .if ${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U} == 48 diff --git a/sys/arch/ia64/stand/efi/libefi/Makefile b/sys/arch/ia64/stand/efi/libefi/Makefile index 5aa1ce29ed70..cdea6935795d 100644 --- a/sys/arch/ia64/stand/efi/libefi/Makefile +++ b/sys/arch/ia64/stand/efi/libefi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/07/20 04:59:03 kiyohara Exp $ +# $NetBSD: Makefile,v 1.3 2015/09/07 03:20:18 uebayasi Exp $ S?= ${.CURDIR}/../../../../../ @@ -36,3 +36,4 @@ lib${LIB}.o:: ${OBJS} @echo building standard ${LIB} $OBJS} library @rm -f lib${LIB}.o @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort` + @echo done diff --git a/sys/compat/common/Makefile b/sys/compat/common/Makefile index 204d46f75c4b..b0ae8903c674 100644 --- a/sys/compat/common/Makefile +++ b/sys/compat/common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2014/04/04 18:17:36 njoly Exp $ +# $NetBSD: Makefile,v 1.53 2015/09/07 03:20:18 uebayasi Exp $ LIB= compat NOPIC= # defined @@ -64,11 +64,13 @@ lib${LIB}.o:: ${OBJS} @echo building standard ${LIB} library @rm -f lib${LIB}.o @${LD} -r -o lib${LIB}.o `NM=${NM} ${LORDER} ${OBJS} | ${TSORT}` + @echo done lib${LIB}.po:: ${POBJS} @echo building profiled ${LIB} library @rm -f lib${LIB}.po @${LD} -r -o lib${LIB}.po `NM=${NM} ${LORDER} ${POBJS} | ${TSORT}` + @echo done showsources: ${SRCS} @echo ${.ALLSRC} diff --git a/sys/lib/libgnuefi/Makefile b/sys/lib/libgnuefi/Makefile index 0a7fbfa955cf..593b45d02ae6 100644 --- a/sys/lib/libgnuefi/Makefile +++ b/sys/lib/libgnuefi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/04/28 19:09:29 jakllsch Exp $ +# $NetBSD: Makefile,v 1.2 2015/09/07 03:20:18 uebayasi Exp $ LIB= gnuefi LIBISPRIVATE?= yes @@ -43,5 +43,6 @@ lib${LIB}.o:: ${OBJS} @echo building standard ${LIB} library @rm -f lib${LIB}.o @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort` + @echo done CPPFLAGS+= -Wno-pointer-sign diff --git a/sys/lib/libkern/Makefile b/sys/lib/libkern/Makefile index fe20d7773c92..4c415305ecf4 100644 --- a/sys/lib/libkern/Makefile +++ b/sys/lib/libkern/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2014/02/09 12:53:30 njoly Exp $ +# $NetBSD: Makefile,v 1.98 2015/09/07 03:20:18 uebayasi Exp $ LIB= kern NOPIC= # defined @@ -21,11 +21,13 @@ lib${LIB}.o:: ${OBJS} @echo building standard ${LIB} library @rm -f lib${LIB}.o @${LD} -r -o lib${LIB}.o `NM=${NM} ${LORDER} ${OBJS} | ${TSORT}` + @echo done lib${LIB}.po:: ${POBJS} @echo building profiled ${LIB} library @rm -f lib${LIB}.po @${LD} -r -o lib${LIB}.po `NM=${NM} ${LORDER} ${POBJS} | ${TSORT}` + @echo done -showsources: ${SRCS} +showsources: ${SRCS:O} @echo ${.ALLSRC} diff --git a/sys/lib/libsa/Makefile b/sys/lib/libsa/Makefile index 7d0b99dfab5a..433e7241da43 100644 --- a/sys/lib/libsa/Makefile +++ b/sys/lib/libsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2014/08/10 07:40:49 isaki Exp $ +# $NetBSD: Makefile,v 1.85 2015/09/07 03:20:18 uebayasi Exp $ LIB= sa LIBISPRIVATE?= yes @@ -83,6 +83,7 @@ lib${LIB}.o:: ${OBJS} @echo building standard ${LIB} library @rm -f lib${LIB}.o @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort` + @echo done CPPFLAGS+= -Wno-pointer-sign diff --git a/sys/lib/libz/Makefile b/sys/lib/libz/Makefile index b667d3c57d78..c776923e358f 100644 --- a/sys/lib/libz/Makefile +++ b/sys/lib/libz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/06/14 20:49:37 mrg Exp $ +# $NetBSD: Makefile,v 1.20 2015/09/07 03:20:19 uebayasi Exp $ LIB= z LIBISPRIVATE= yes @@ -28,6 +28,7 @@ lib${LIB}.o:: ${OBJS} @echo building standard ${LIB} library @rm -f lib${LIB}.o @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort` + @echo done .if defined(HAVE_GCC) && ${MACHINE_ARCH} == "vax" COPTS.inftrees.c+= -O0