Module Name:    src
Committed By:   christos
Date:           Mon Apr  5 22:52:03 UTC 2021

Modified Files:
        src/sys/conf: Makefile.kern.inc

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


To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 src/sys/conf/Makefile.kern.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.278 src/sys/conf/Makefile.kern.inc:1.279
--- src/sys/conf/Makefile.kern.inc:1.278	Mon Apr  5 02:22:00 2021
+++ src/sys/conf/Makefile.kern.inc	Mon Apr  5 18:52:03 2021
@@ -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_STAGE1=	${SYSTEM_LD_TAIL}
 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)

Reply via email to