remove a few lines

This commit is contained in:
Denis Benato 2024-12-11 03:31:45 +01:00
parent dfc62ae7f8
commit 3c6f992e10

View file

@ -702,7 +702,6 @@ if [ ! -f "$STEPS_DIR/ncurses" ]; then
--with-build-cc=gcc \ --with-build-cc=gcc \
--with-pkg-config-libdir=/usr/lib/pkgconfig --with-pkg-config-libdir=/usr/lib/pkgconfig
make -j 32 make -j 32
make -j 32 DESTDIR="$LFS" install make -j 32 DESTDIR="$LFS" install
@ -1298,7 +1297,6 @@ if [ ! -f "$STEPS_DIR/gettext" ]; then
--with-xz \ --with-xz \
--cache-file=config.cache --cache-file=config.cache
make -j 32 make -j 32
make -j 32 DESTDIR="$LFS" install make -j 32 DESTDIR="$LFS" install
@ -1514,11 +1512,13 @@ if [ ! -f "$STEPS_DIR/texinfo" ]; then
#ac_fn_c_try_run=no #ac_fn_c_try_run=no
#EOF #EOF
PERL=/usr/bin/perl \ PERL=/usr/bin/perl \
"../configure" \ "../configure" \
--prefix=$LFS \ --prefix=/usr \
--host=${LFS_TGT} \ --host=${LFS_TGT} \
--build=${BUILD_MACHINE_TRIPLET} \ --build=${BUILD_MACHINE_TRIPLET} \
--enable-cross-guesses=conservative \
--enable-year2038 \
--cache-file=config.cache --cache-file=config.cache
#make -j 32 #make -j 32