Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists/modules Fix typo, fix the build-break. O...



details:   https://anonhg.NetBSD.org/src/rev/05293c687202
branches:  trunk
changeset: 337911:05293c687202
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun May 03 07:30:52 2015 +0000

description:
Fix typo, fix the build-break.  One '/' is enough in path names.

diffstat:

 distrib/sets/lists/modules/md.i386 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fa44322dd7c9 -r 05293c687202 distrib/sets/lists/modules/md.i386
--- a/distrib/sets/lists/modules/md.i386        Sun May 03 06:29:48 2015 +0000
+++ b/distrib/sets/lists/modules/md.i386        Sun May 03 07:30:52 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.i386,v 1.62 2015/05/03 02:55:04 pgoyette Exp $
+# $NetBSD: md.i386,v 1.63 2015/05/03 07:30:52 pgoyette Exp $
 #
 # NOTE that there are three sets of files here:
 # @MODULEDIR@, i386-xen, and i386pae-xen
@@ -548,7 +548,7 @@
 ./stand/i386-xen/@OSRELEASE@/modules/sysvbfs                           base-kernel-modules     kmod,compatmodules
 ./stand/i386-xen/@OSRELEASE@/modules/sysvbfs/sysvbfs.kmod              base-kernel-modules     kmod,compatmodules
 ./stand/i386-xen/@OSRELEASE@/modules/tco                               base-kernel-modules     kmod,compatmodules
-./stand/i386-xen//@OSRELEASE@/modulestco/tco.kmod                      base-kernel-modules     kmod,compatmodules
+./stand/i386-xen/@OSRELEASE@/modulestco/tco.kmod                       base-kernel-modules     kmod,compatmodules
 ./stand/i386-xen/@OSRELEASE@/modules/tdfxdrm                           base-kernel-modules     kmod,compatmodules
 ./stand/i386-xen/@OSRELEASE@/modules/tdfxdrm/tdfxdrm.kmod              base-kernel-modules     kmod,compatmodules
 ./stand/i386-xen/@OSRELEASE@/modules/thinkpad                          base-kernel-modules     kmod,compatmodules



Home | Main Index | Thread Index | Old Index