lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 5acd99e 2/4: Copy compiler runtime files to b


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 5acd99e 2/4: Copy compiler runtime files to build directory
Date: Fri, 26 Apr 2019 14:59:14 -0400 (EDT)

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

    Copy compiler runtime files to build directory
    
    This is better than commit a06270feeb, which can now be reverted. See:
      https://lists.nongnu.org/archive/html/lmi/2019-04/msg00042.html
---
 GNUmakefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/GNUmakefile b/GNUmakefile
index 8d6757f..eda3540 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -214,6 +214,9 @@ MAKETARGET = \
 .PHONY: $(build_dir)
 $(build_dir): $(gpl_files)
        address@hidden -d $@ ] || $(MKDIR) --parents $@
+       address@hidden z in $(compiler_runtime_files); \
+         do [ -f $@/$$(basename $$z) ] || $(CP) --archive --verbose $$z $@ ; \
+         done;
        address@hidden(MAKETARGET)
 
 % :: $(build_dir) ; @:



reply via email to

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