aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/libelf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/libelf.sh')
-rw-r--r--chapter8/libelf.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter8/libelf.sh b/chapter8/libelf.sh
index ce85e4a..e5323e0 100644
--- a/chapter8/libelf.sh
+++ b/chapter8/libelf.sh
@@ -4,10 +4,10 @@ set -e
./configure --prefix=/usr \
--disable-debuginfod \
--enable-libdebuginfod=dummy \
- --libdir=/lib
+ --libdir=/lib &&
-make
+make &&
-make -C libelf -j1 install
-install -vm644 config/libelf.pc /usr/lib/pkgconfig
+make -C libelf -j1 install &&
+install -vm644 config/libelf.pc /usr/lib/pkgconfig &&
rm /lib/libelf.a