Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Sprinkle more done messages.
details: https://anonhg.NetBSD.org/src/rev/a7b5c3ef42ef
branches: trunk
changeset: 340468:a7b5c3ef42ef
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Mon Sep 07 03:20:18 2015 +0000
description:
Sprinkle more done messages.
diffstat:
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(-)
diffs (177 lines):
diff -r f7f38a57a28a -r a7b5c3ef42ef sys/arch/acorn26/stand/lib/Makefile
--- a/sys/arch/acorn26/stand/lib/Makefile Mon Sep 07 01:56:50 2015 +0000
+++ b/sys/arch/acorn26/stand/lib/Makefile Mon Sep 07 03:20:18 2015 +0000
@@ -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 @@
@echo building standard ${LIB} library
@rm -f lib${LIB}.o
@${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
+ @echo done
diff -r f7f38a57a28a -r a7b5c3ef42ef sys/arch/acorn32/stand/lib/Makefile
--- a/sys/arch/acorn32/stand/lib/Makefile Mon Sep 07 01:56:50 2015 +0000
+++ b/sys/arch/acorn32/stand/lib/Makefile Mon Sep 07 03:20:18 2015 +0000
@@ -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 @@
@echo building standard ${LIB} library
@rm -f lib${LIB}.o
@${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
+ @echo done
diff -r f7f38a57a28a -r a7b5c3ef42ef sys/arch/hppa/spmath/Makefile
--- a/sys/arch/hppa/spmath/Makefile Mon Sep 07 01:56:50 2015 +0000
+++ b/sys/arch/hppa/spmath/Makefile Mon Sep 07 03:20:18 2015 +0000
@@ -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 @@
@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 -r f7f38a57a28a -r a7b5c3ef42ef sys/arch/i386/stand/lib/Makefile
--- a/sys/arch/i386/stand/lib/Makefile Mon Sep 07 01:56:50 2015 +0000
+++ b/sys/arch/i386/stand/lib/Makefile Mon Sep 07 03:20:18 2015 +0000
@@ -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 @@
@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 -r f7f38a57a28a -r a7b5c3ef42ef sys/arch/ia64/stand/efi/libefi/Makefile
--- a/sys/arch/ia64/stand/efi/libefi/Makefile Mon Sep 07 01:56:50 2015 +0000
+++ b/sys/arch/ia64/stand/efi/libefi/Makefile Mon Sep 07 03:20:18 2015 +0000
@@ -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 @@
@echo building standard ${LIB} $OBJS} library
@rm -f lib${LIB}.o
@${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
+ @echo done
diff -r f7f38a57a28a -r a7b5c3ef42ef sys/compat/common/Makefile
--- a/sys/compat/common/Makefile Mon Sep 07 01:56:50 2015 +0000
+++ b/sys/compat/common/Makefile Mon Sep 07 03:20:18 2015 +0000
@@ -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 @@
@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 -r f7f38a57a28a -r a7b5c3ef42ef sys/lib/libgnuefi/Makefile
--- a/sys/lib/libgnuefi/Makefile Mon Sep 07 01:56:50 2015 +0000
+++ b/sys/lib/libgnuefi/Makefile Mon Sep 07 03:20:18 2015 +0000
@@ -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 @@
@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 -r f7f38a57a28a -r a7b5c3ef42ef sys/lib/libkern/Makefile
--- a/sys/lib/libkern/Makefile Mon Sep 07 01:56:50 2015 +0000
+++ b/sys/lib/libkern/Makefile Mon Sep 07 03:20:18 2015 +0000
@@ -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 @@
@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 -r f7f38a57a28a -r a7b5c3ef42ef sys/lib/libsa/Makefile
--- a/sys/lib/libsa/Makefile Mon Sep 07 01:56:50 2015 +0000
+++ b/sys/lib/libsa/Makefile Mon Sep 07 03:20:18 2015 +0000
@@ -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 @@
@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 -r f7f38a57a28a -r a7b5c3ef42ef sys/lib/libz/Makefile
--- a/sys/lib/libz/Makefile Mon Sep 07 01:56:50 2015 +0000
+++ b/sys/lib/libz/Makefile Mon Sep 07 03:20:18 2015 +0000
@@ -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 @@
@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
Home |
Main Index |
Thread Index |
Old Index