[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] odd/multiarch e37d450 2/8: Copy compiler runtime fil
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] odd/multiarch e37d450 2/8: Copy compiler runtime files to build directory |
Date: |
Sat, 27 Apr 2019 09:59:22 -0400 (EDT) |
branch: odd/multiarch
commit e37d45062bf6b44e89b3ca135fdfa20fc2865365
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 1f9d92b..226c15c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -215,6 +215,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) ; @:
- [lmi-commits] [lmi] odd/multiarch updated (62e0e85 -> 723fd45), Greg Chicares, 2019/04/27
- [lmi-commits] [lmi] odd/multiarch 9170c01 1/8: Add a missing word to a comment, Greg Chicares, 2019/04/27
- [lmi-commits] [lmi] odd/multiarch 0c52510 3/8: Revert "Install gcc runtime libraries before building default targets", Greg Chicares, 2019/04/27
- [lmi-commits] [lmi] odd/multiarch e37d450 2/8: Copy compiler runtime files to build directory,
Greg Chicares <=
- [lmi-commits] [lmi] odd/multiarch 8af108a 4/8: Rework the 'install' target to support multiple architectures [351], Greg Chicares, 2019/04/27
- [lmi-commits] [lmi] odd/multiarch 894cbe9 5/8: Remove unnecessary host specifications, Greg Chicares, 2019/04/27
- [lmi-commits] [lmi] odd/multiarch 723fd45 8/8: When eviscerating, also remove the bin/ subdirectory, Greg Chicares, 2019/04/27
- [lmi-commits] [lmi] odd/multiarch dd609f5 7/8: Copy compiler runtime files to $(bindir) without '--update', as intended, Greg Chicares, 2019/04/27
- [lmi-commits] [lmi] odd/multiarch 155086d 6/8: Improve $log_dir concinnity, Greg Chicares, 2019/04/27