remove a few lines
This commit is contained in:
parent
dfc62ae7f8
commit
3c6f992e10
1 changed files with 7 additions and 7 deletions
14
build.sh
14
build.sh
|
|
@ -701,7 +701,6 @@ if [ ! -f "$STEPS_DIR/ncurses" ]; then
|
|||
--enable-overwrite \
|
||||
--with-build-cc=gcc \
|
||||
--with-pkg-config-libdir=/usr/lib/pkgconfig
|
||||
|
||||
|
||||
make -j 32
|
||||
make -j 32 DESTDIR="$LFS" install
|
||||
|
|
@ -1298,7 +1297,6 @@ if [ ! -f "$STEPS_DIR/gettext" ]; then
|
|||
--with-xz \
|
||||
--cache-file=config.cache
|
||||
|
||||
|
||||
make -j 32
|
||||
make -j 32 DESTDIR="$LFS" install
|
||||
|
||||
|
|
@ -1514,11 +1512,13 @@ if [ ! -f "$STEPS_DIR/texinfo" ]; then
|
|||
#ac_fn_c_try_run=no
|
||||
#EOF
|
||||
|
||||
PERL=/usr/bin/perl \
|
||||
"../configure" \
|
||||
--prefix=$LFS \
|
||||
--host=${LFS_TGT} \
|
||||
--build=${BUILD_MACHINE_TRIPLET} \
|
||||
PERL=/usr/bin/perl \
|
||||
"../configure" \
|
||||
--prefix=/usr \
|
||||
--host=${LFS_TGT} \
|
||||
--build=${BUILD_MACHINE_TRIPLET} \
|
||||
--enable-cross-guesses=conservative \
|
||||
--enable-year2038 \
|
||||
--cache-file=config.cache
|
||||
|
||||
#make -j 32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue