Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libarchive Don't remove the test harness utilit...
details: https://anonhg.NetBSD.org/src/rev/382ae98ad6e3
branches: trunk
changeset: 968436:382ae98ad6e3
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 17 00:39:27 2020 +0000
description:
Don't remove the test harness utilities (the tests were not removed already
which is the majority of the files), we can use them for atf now.
diffstat:
external/bsd/libarchive/prepare-import.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r b2da815194df -r 382ae98ad6e3 external/bsd/libarchive/prepare-import.sh
--- a/external/bsd/libarchive/prepare-import.sh Fri Jan 17 00:38:19 2020 +0000
+++ b/external/bsd/libarchive/prepare-import.sh Fri Jan 17 00:39:27 2020 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: prepare-import.sh,v 1.4 2019/07/24 14:07:17 joerg Exp $
+# $NetBSD: prepare-import.sh,v 1.5 2020/01/17 00:39:27 christos Exp $
#
# Extract the new tarball and rename the libarchive-X.Y.Z directory
# to dist. Run this script and check for additional files and
@@ -9,7 +9,7 @@
cd dist
-rm -rf build contrib doc examples test_utils autom4te.cache
+rm -rf build contrib doc examples autom4te.cache
rm -f INSTALL Makefile.am Makefile.in aclocal.m4 config.h.in
rm -f configure configure.ac CMakeLists.txt */CMakeLists.txt */*/CMakeLists.txt
rm -f */config_freebsd.h CTestConfig.cmake .gitattributes .gitignore
Home |
Main Index |
Thread Index |
Old Index