[libvirt] [PATCH v2 04/12] bootstrap.conf: always copy files

Pavel Hrdina phrdina at redhat.com
Thu Jan 9 14:53:14 UTC 2020


Preparation for having bootstrap result in git.

Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 bootstrap.conf | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 13d0e77514..3798284dad 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -127,11 +127,7 @@ gnulib_modules="$gnulib_modules wcwidth"
 
 SKIP_PO=true
 
-# Enable copy-mode for MSYS/MinGW. MSYS' ln doesn't work well in the way
-# bootstrap uses it with relative paths.
-if test -n "$MSYSTEM"; then
-    copy=true
-fi
+copy=true
 
 
 # Tell gnulib to:
-- 
2.24.1




More information about the libvir-list mailing list