Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/mtree Pull up revision 1.14 (requested by wenn...
details: https://anonhg.NetBSD.org/src/rev/97dd39a618a3
branches: netbsd-1-4
changeset: 469709:97dd39a618a3
user: he <he%NetBSD.org@localhost>
date: Sat Nov 20 16:46:38 1999 +0000
description:
Pull up revision 1.14 (requested by wennmach and joda):
Make mtree able to properly encode file names with `funny' albeit
legal characters (`#', ` ', binary characters), fixing PR#5006 and
PR#7663.
diffstat:
usr.sbin/mtree/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 4f26a25cc183 -r 97dd39a618a3 usr.sbin/mtree/Makefile
--- a/usr.sbin/mtree/Makefile Fri Nov 12 14:42:36 1999 +0000
+++ b/usr.sbin/mtree/Makefile Sat Nov 20 16:46:38 1999 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.13 1998/10/10 07:50:27 mrg Exp $
+# $NetBSD: Makefile,v 1.13.2.1 1999/11/20 16:46:38 he Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/27/95
PROG= mtree
#CPPFLAGS+=-DDEBUG
MAN= mtree.8
SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c \
- stat_flags.c
+ stat_flags.c code.c
CPPFLAGS+= -I${.CURDIR}/../../bin/ls
.PATH: ${.CURDIR}/../../usr.bin/cksum ${.CURDIR}/../../bin/ls
Home |
Main Index |
Thread Index |
Old Index