File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -40,10 +40,6 @@ rm lib/mri/debug.rb
40
40
find lib/mri -name ' *.gemspec' -delete
41
41
find lib/mri -name ' .document' -delete
42
42
43
- # We keep our own implementation of monitors in lib/truffle, but we'll
44
- # copy across from MRI so that we notice changes.
45
- rm lib/truffle/monitor.rb
46
-
47
43
# *.c
48
44
cp ../ruby/st.c src/main/c/cext/st.c
49
45
@@ -55,7 +51,7 @@ cp -r ../ruby/ext/digest/sha2/lib/* lib/mri/digest
55
51
cp -r ../ruby/ext/fiddle/lib/fiddle lib/mri
56
52
cp -r ../ruby/ext/fiddle/lib/fiddle.rb lib/mri
57
53
cp ../ruby/ext/nkf/lib/* .rb lib/mri
58
- cp ../ruby/ext/monitor/lib/* .rb lib/truffle
54
+ cp ../ruby/ext/monitor/lib/* .rb lib/mri
59
55
cp -r ../ruby/ext/openssl/lib/* lib/mri
60
56
cp ../ruby/ext/pty/lib/* .rb lib/mri
61
57
cp ../ruby/ext/psych/lib/psych.rb lib/mri
You can’t perform that action at this time.
0 commit comments