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/c11908032fde
branches:  trunk
changeset: 467183:c11908032fde
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 95333994eb18 -r c11908032fde 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