Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Don't use /usr/bin/time (it is not portable)



details:   https://anonhg.NetBSD.org/src/rev/898f71a66f43
branches:  trunk
changeset: 961003:898f71a66f43
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Apr 05 22:52:03 2021 +0000

description:
Don't use /usr/bin/time (it is not portable)

diffstat:

 sys/conf/Makefile.kern.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7c867146897a -r 898f71a66f43 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Mon Apr 05 22:36:27 2021 +0000
+++ b/sys/conf/Makefile.kern.inc        Mon Apr 05 22:52:03 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.278 2021/04/05 06:22:00 simonb Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.279 2021/04/05 22:52:03 christos Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -262,7 +262,7 @@
 SYSTEM_LD_TAIL_STAGE2= ${SYSTEM_LD_TAIL}
 .if defined(CTFMERGE)
 SYSTEM_LD_TAIL_STAGE2+= && echo ${CTFMERGE} ${CTFMFLAGS} -o ${.TARGET} ... \
-                       && time -t ${CTFMERGE} ${CTFMFLAGS} -o ${.TARGET} \
+                       && ${CTFMERGE} ${CTFMFLAGS} -o ${.TARGET} \
                            ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
 .endif
 .if defined(COPY_SYMTAB)



Home | Main Index | Thread Index | Old Index