lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/fixups 62473f9 2/4: 'cp' a directory's contents


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/fixups 62473f9 2/4: 'cp' a directory's contents (only)
Date: Mon, 6 May 2019 19:06:59 -0400 (EDT)

branch: odd/fixups
commit 62473f9fb25029d06b156cfaeb167ec4fc3b3b51
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    'cp' a directory's contents (only)
    
    See:
      https://github.com/vadz/lmi/pull/107/files
    A similar change was present in branch odd/fruitbat, and should have
    been included in commit 5f96fe41cc, but was overlooked. This version
    uses
     /some/where/.
    instead of
     /some/where/*
    as in odd/fruitbat; the former, '/.', seems preferable because it
    handles hidden files as would normally be intended. Accordingly, all
    occurrences of '/*' in this sense should be replaced by '/.', in a
    separate commit.
---
 install_mingw.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_mingw.make b/install_mingw.make
index 21de260..f7f036c 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]