Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/mtree Don't create a crippled mtree with no hashes. We...
details: https://anonhg.NetBSD.org/src/rev/3ea1bbdd7d62
branches: trunk
changeset: 784697:3ea1bbdd7d62
user: christos <christos%NetBSD.org@localhost>
date: Wed Feb 06 01:01:48 2013 +0000
description:
Don't create a crippled mtree with no hashes. We have hash support in
libcompat, use it. If that breaks cross-compilation, we'll fix it.
diffstat:
tools/mtree/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 258780a89a21 -r 3ea1bbdd7d62 tools/mtree/Makefile
--- a/tools/mtree/Makefile Wed Feb 06 01:01:12 2013 +0000
+++ b/tools/mtree/Makefile Wed Feb 06 01:01:48 2013 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2005/08/26 03:19:14 elad Exp $
+# $NetBSD: Makefile,v 1.7 2013/02/06 01:01:48 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}mtree
HOST_SRCDIR= usr.sbin/mtree
-HOST_CPPFLAGS= -DNO_MD5 -DNO_RMD160 -DNO_SHA1 -DNO_SHA2
+#HOST_CPPFLAGS= -DNO_MD5 -DNO_RMD160 -DNO_SHA1 -DNO_SHA2
.include "${.CURDIR}/../Makefile.host"
Home |
Main Index |
Thread Index |
Old Index