mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-09 10:52:24 +00:00
Attempt to preserve file attributes in the boehm_gc/libatomic_ops
Branches: main scripts/prepare_install_dir.in: Attempt to preserve file attributes in the boehm_gc/libatomic_ops directories. This can prevent autoconf needing to re-invoked. Use "cp -R" rather than "cp -r". The latter is not as portable.
This commit is contained in:
@@ -55,9 +55,9 @@ cp boehm_gc/include/*.[ch] ${installdir}/boehm_gc/include
|
||||
cp boehm_gc/include/private/*.[ch] ${installdir}/boehm_gc/include/private
|
||||
cp boehm_gc/configure_atomic_ops.sh ${installdir}/boehm_gc
|
||||
cp boehm_gc/build_atomic_ops.sh* ${installdir}/boehm_gc
|
||||
cp -r boehm_gc/libatomic_ops-*[0-9] ${installdir}/boehm_gc
|
||||
cp -r boehm_gc/libatomic_ops ${installdir}/boehm_gc
|
||||
cp -r boehm_gc/extra ${installdir}/boehm_gc
|
||||
cp -Rp boehm_gc/libatomic_ops-*[0-9] ${installdir}/boehm_gc
|
||||
cp -Rp boehm_gc/libatomic_ops ${installdir}/boehm_gc
|
||||
cp -Rp boehm_gc/extra ${installdir}/boehm_gc
|
||||
rm -fr ${installdir}/boehm_gc/libatomic_ops-*[0-9]/src/*.o
|
||||
rm -fr ${installdir}/boehm_gc/libatomic_ops-*[0-9]/src/*.a
|
||||
mkdir ${installdir}/runtime
|
||||
|
||||
Reference in New Issue
Block a user