Source-Changes-HG archive

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

[src/trunk]: src/tests/net/in_cksum need immediate assignment



details:   https://anonhg.NetBSD.org/src/rev/47c8aee0d0af
branches:  trunk
changeset: 805571:47c8aee0d0af
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 06 16:08:06 2015 +0000

description:
need immediate assignment

diffstat:

 tests/net/in_cksum/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 78a7fd48c04a -r 47c8aee0d0af tests/net/in_cksum/Makefile
--- a/tests/net/in_cksum/Makefile       Tue Jan 06 16:04:58 2015 +0000
+++ b/tests/net/in_cksum/Makefile       Tue Jan 06 16:08:06 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2015/01/06 16:04:58 christos Exp $
+#      $NetBSD: Makefile,v 1.9 2015/01/06 16:08:06 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@
 .for i in ${MACHINE_CPU} ${MACHINE_ARCH} ${MACHINE}
 ADIR:=${NETBSDSRCDIR}/sys/arch/${i}/${i}
 .if exists(${ADIR}/cpu_in_cksum.S)
-CPU_IN_CKSUM_DIR=${ADIR}
+CPU_IN_CKSUM_DIR:=${ADIR}
 .endif
 .endfor
 



Home | Main Index | Thread Index | Old Index