Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/rescue mount_smbfs has moved.
details: https://anonhg.NetBSD.org/src/rev/7f938eb14336
branches: trunk
changeset: 325476:7f938eb14336
user: christos <christos%NetBSD.org@localhost>
date: Thu Dec 26 02:25:57 2013 +0000
description:
mount_smbfs has moved.
diffstat:
rescue/Makefile | 5 ++++-
rescue/list | 4 +++-
2 files changed, 7 insertions(+), 2 deletions(-)
diffs (37 lines):
diff -r 6be47cb06363 -r 7f938eb14336 rescue/Makefile
--- a/rescue/Makefile Thu Dec 26 00:51:23 2013 +0000
+++ b/rescue/Makefile Thu Dec 26 02:25:57 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/03/24 17:05:27 christos Exp $
+# $NetBSD: Makefile,v 1.30 2013/12/26 02:25:57 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -47,6 +47,9 @@
LDD_ELF64DIR!= cd ${NETBSDSRCDIR}/usr.bin/ldd/elf64 && ${PRINTOBJDIR}
PARSELISTENV+= LDD_ELF32DIR=${LDD_ELF32DIR} LDD_ELF64DIR=${LDD_ELF64DIR}
+SMB_LIBDIR!= cd ${NETBSDSRCDIR}/external/bsd/smbfs/lib/libsmb && ${PRINTOBJDIR}
+PARSELISTENV+= SMB_LIBDIR=${SMB_LIBDIR}
+
# Specially built objects to override the behaviour of
# various library functions
#
diff -r 6be47cb06363 -r 7f938eb14336 rescue/list
--- a/rescue/list Thu Dec 26 00:51:23 2013 +0000
+++ b/rescue/list Thu Dec 26 02:25:57 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.44 2013/11/29 01:12:47 christos Exp $
+# $NetBSD: list,v 1.45 2013/12/26 02:25:57 christos Exp $
SRCDIRS bin
@@ -86,6 +86,8 @@
PROG mount_overlay
PROG mount_procfs
PROG mount_smbfs
+SPECIAL mount_smbfs srcdir external/bsd/smbfs/sbin/mount_smbfs
+LIBS ${SMB_LIBDIR}/libsmb.a
PROG mount_tmpfs
PROG mount_umap
PROG mount_union
Home |
Main Index |
Thread Index |
Old Index