File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ REL_LINK_SRC=target/i686-unknown-illumos/release
55
55
mkdir -p $REL_SRC
56
56
cp /input/xde/work/release/xde $REL_SRC
57
57
mkdir -p $DBG_SRC
58
- cp /input/xde/work/debug/xde $DBG_SRC
58
+ cp /input/xde/work/debug/xde.dbg $DBG_SRC /xde
59
59
60
60
mkdir -p $REL_LINK_SRC
61
61
cp /input/xde/work/release/xde_link.so $REL_LINK_SRC /libxde_link.so
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ ptime cargo xtask build
99
99
# Inspect the kernel module for bad relocations in case the old
100
100
# codegen issue ever shows its face again.
101
101
#
102
- if elfdump $DBG_SRC /xde.dbg | grep GOTPCREL; then
102
+ if elfdump $DBG_SRC /xde | grep GOTPCREL; then
103
103
echo " found GOTPCREL relocation in debug build"
104
104
exit 1
105
105
fi
@@ -109,7 +109,7 @@ if elfdump $REL_SRC/xde | grep GOTPCREL; then
109
109
exit 1
110
110
fi
111
111
112
- cp $DBG_SRC /xde.dbg $DBG_TGT /
112
+ cp $DBG_SRC /xde $DBG_TGT /xde.dbg
113
113
sha256sum $DBG_TGT /xde.dbg > $DBG_TGT /xde.dbg.sha256
114
114
115
115
cp $DBG_LINK_SRC /libxde_link.so $DBG_TGT /xde_link.dbg.so
You can’t perform that action at this time.
0 commit comments