Source-Changes-HG archive

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

[src/trunk]: src/rescue Repeat after me: "test both cases before commit"



details:   https://anonhg.NetBSD.org/src/rev/b8a288a14fa0
branches:  trunk
changeset: 572680:b8a288a14fa0
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jan 10 04:00:50 2005 +0000

description:
Repeat after me:  "test both cases before commit"

diffstat:

 rescue/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f2498dea33f3 -r b8a288a14fa0 rescue/Makefile
--- a/rescue/Makefile   Mon Jan 10 03:13:04 2005 +0000
+++ b/rescue/Makefile   Mon Jan 10 04:00:50 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2005/01/10 02:58:59 lukem Exp $
+#      $NetBSD: Makefile,v 1.13 2005/01/10 04:00:50 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -23,7 +23,7 @@
 .endfor
 
 .if ${USE_INET6} != "no"
-LISTS+=                lists.inet6
+LISTS+=                ${.CURDIR}/list.inet6
 .endif
 
 .if (${OBJECT_FMT} == "ELF")



Home | Main Index | Thread Index | Old Index