aboutsummaryrefslogtreecommitdiffstats
path: root/chapter5
diff options
context:
space:
mode:
Diffstat (limited to 'chapter5')
-rw-r--r--chapter5/glibc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter5/glibc.sh b/chapter5/glibc.sh
index 5bef682..38e7ebc 100644
--- a/chapter5/glibc.sh
+++ b/chapter5/glibc.sh
@@ -21,7 +21,7 @@ cd build
--with-headers=${LFS}/usr/include \
libc_cv_slibdir=/lib &&
-make PARALLELMFLAGS="-j 3" &&
+make PARALLELMFLAGS="${MAKEFLAGS}" &&
make DESTDIR=${LFS} install &&
echo 'int main(){}' > dummy.c &&
@@ -30,4 +30,4 @@ readelf -l a.out | grep '/ld-linux' &&
rm -v dummy.c a.out &&
-${LFS}/tools/libexec/gcc/${LFS_TGT}/10.2.0/install-tools/mkheaders \ No newline at end of file
+${LFS}/tools/libexec/gcc/${LFS_TGT}/10.2.0/install-tools/mkheaders