mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-12 20:34:19 +00:00
Fix a typo: s/tmpdir/tmp_dir/
Estimated hours taken: 0.1 Branches: main scripts/prepare_tmp_dir_grade_part: Fix a typo: s/tmpdir/tmp_dir/ Remove libatomic_ops*.a when copying the boehm_gc directory.
This commit is contained in:
@@ -26,7 +26,8 @@ cp boehm_gc/include/*.[ch] tmp_dir/boehm_gc/include
|
||||
cp boehm_gc/include/private/*.[ch] tmp_dir/boehm_gc/include/private
|
||||
cp boehm_gc/configure_atomic_ops.sh tmp_dir/boehm_gc
|
||||
cp -r boehm_gc/libatomic_ops-*[0-9] tmp_dir/boehm_gc
|
||||
rm -fr tmpdir/boehm_gc/libatomic_ops-*[0-9]/src/*.o
|
||||
rm -fr tmp_dir/boehm_gc/libatomic_ops-*[0-9]/src/*.o
|
||||
rm -fr tmp_dir/boehm_gc/libatomic_ops-*[0-9]/src/*.a
|
||||
mkdir tmp_dir/runtime
|
||||
mkdir tmp_dir/runtime/machdeps
|
||||
cp runtime/Mmake* tmp_dir/runtime
|
||||
|
||||
Reference in New Issue
Block a user