Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern remove "@echo done" from 4 rules that don't ...
details: https://anonhg.NetBSD.org/src/rev/df693e26aeab
branches: trunk
changeset: 341263:df693e26aeab
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Oct 29 00:18:55 2015 +0000
description:
remove "@echo done" from 4 rules that don't need it and the random "done"
in my build logs don't help understanding.
diffstat:
sys/lib/libkern/Makefile.inc | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (48 lines):
diff -r 2e0100ad5391 -r df693e26aeab sys/lib/libkern/Makefile.inc
--- a/sys/lib/libkern/Makefile.inc Thu Oct 29 00:15:48 2015 +0000
+++ b/sys/lib/libkern/Makefile.inc Thu Oct 29 00:18:55 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.43 2015/09/06 15:34:55 uebayasi Exp $
+# $NetBSD: Makefile.inc,v 1.44 2015/10/29 00:18:55 mrg Exp $
#
# Configuration variables (default values are below):
#
@@ -58,7 +58,6 @@
.else
@${KERNMAKE} libkern.o
.endif
- @echo done
${KERNLIB_PROF}: .NOTMAIN .MAKE __always_make_kernlib
@echo making sure the profiled kern library is up to date...
@@ -67,30 +66,25 @@
.else
@${KERNMAKE} libkern.po
.endif
- @echo done
${KERNLIBLN}: .NOTMAIN .MAKE __always_make_kernlib
@echo making sure the kern lint library is up to date...
@${KERNMAKE} ${LIBKERNLNBN}
- @echo done
clean: .NOTMAIN cleankernlib
cleankernlib: .NOTMAIN
@echo cleaning the kern library objects
@if [ -d "${KERNDST}" ]; then ${KERNMAKE} clean; fi
- @echo done
cleandir distclean: .NOTMAIN cleandirkernlib
cleandirkernlib: .NOTMAIN
@echo cleandiring the kern library objects
@if [ -d "${KERNDST}" ]; then ${KERNMAKE} cleandir; fi
- @echo done
dependall depend: .NOTMAIN dependkernlib
dependkernlib: .NOTMAIN .MAKE __always_make_kernlib
@echo depending the kern library objects
@${KERNMAKE} depend
- @echo done
__always_make_kernlib: .NOTMAIN
@(mkdir -p ${KERNDST})
Home |
Main Index |
Thread Index |
Old Index