lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master db13831 02/11: Copy a directory's contents in


From: Greg Chicares
Subject: [lmi-commits] [lmi] master db13831 02/11: Copy a directory's contents instead of the directory as such
Date: Wed, 8 May 2019 13:23:23 -0400 (EDT)

branch: master
commit db138314c40c6b1ca91853fdede5a455b0e08a9d
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Copy a directory's contents instead of the directory as such
    
    This change was present in branch odd/fruitbat, and should have been
    included in commit 5f96fe41cc, but was overlooked.
    
    Arguably '/path/to/.' might be preferable to '/path/to/*', here and
    elsewhere throughout lmi. However, the perceived advantage is that
    hidden files would be included, yet there should be no hidden files
    here. And this version with '*' has already been tested with cygwin.
---
 install_mingw.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_mingw.make b/install_mingw.make
index 21de260..452d48b 100644
--- a/install_mingw.make
+++ b/install_mingw.make
@@ -105,7 +105,7 @@ ad_hoc_dir_exists = \
 
 .PHONY: all
 all: $(file_list)
-       $(CP) --archive $(ad_hoc_dir)/mingw32 $(prefix)
+       $(CP) --archive $(ad_hoc_dir)/mingw32/* $(prefix)
        $(RM) --force --recursive $(ad_hoc_dir)
 
 $(file_list): initial_setup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]