From 2c8204d6325a1a6607392d5905227b9043da17cc Mon Sep 17 00:00:00 2001 From: William Harrington Date: Sat, 11 Dec 2021 00:52:08 -0600 Subject: Major updates. --- chapter8/libelf.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'chapter8/libelf.sh') diff --git a/chapter8/libelf.sh b/chapter8/libelf.sh index e5323e0..dc59392 100644 --- a/chapter8/libelf.sh +++ b/chapter8/libelf.sh @@ -1,13 +1,13 @@ -#!/bin/bash -set -e - -./configure --prefix=/usr \ - --disable-debuginfod \ - --enable-libdebuginfod=dummy \ - --libdir=/lib && - -make && - -make -C libelf -j1 install && -install -vm644 config/libelf.pc /usr/lib/pkgconfig && -rm /lib/libelf.a +#!/bin/bash +set -e + +./configure --prefix=/usr \ + --disable-debuginfod \ + --enable-libdebuginfod=dummy \ + --libdir=/lib && + +make && + +make -C libelf -j1 install && +install -vm644 config/libelf.pc /usr/lib/pkgconfig && +rm /lib/libelf.a -- cgit v1.2.3-54-g00ecf