• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión2726ba6fd5d4f9ba3a701d12a14afb19d12260ab (tree)
Tiempo2012-09-15 20:27:29
Autormatsuand <matsuand@user...>
Commitermatsuand

Log Message

[LFS] SVN-20120905.

Cambiar Resumen

Diferencia incremental

--- a/LFS/6.09.sh
+++ b/LFS/6.09.sh
@@ -26,13 +26,15 @@ cd $TARGETDIR
2626
2727 sed -i 's#<rpc/types.h>#"rpc/types.h"#' sunrpc/rpc_clntout.c
2828
29-sed -i '/test-installation.pl/d' Makefile
29+echo \ \ Patching...
30+patch -Np1 -i $DLD/glibc-$VER-fix_test_installation-1.patch \
31+ 1> $LOG/$CHAP.$TARGET.0_patch.log 2>&1 || exit 1
3032
3133 sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in
3234
3335 echo \ \ Patching...
3436 patch -Np1 -i $DLD/glibc-$VER-res_query_fix-1.patch \
35- 1> $LOG/$CHAP.$TARGET.0_patch.log 2>&1 || exit 1
37+ 1>> $LOG/$CHAP.$TARGET.0_patch.log 2>&1 || exit 1
3638
3739 mkdir -v ../glibc-build
3840 cd ../glibc-build
--- a/LFS/6.22.sh
+++ b/LFS/6.22.sh
@@ -3,7 +3,7 @@
33 THISFILE=`basename $0`
44 CHAP=`echo $THISFILE | sed s/\.sh//`
55
6-VER=2.21.2
6+VER=2.22
77 TARGET=util-linux-$VER
88 TARGETBALL=$TARGET.tar.xz
99 TARGETDIR=$TARGET
@@ -29,6 +29,7 @@ mkdir -pv /var/lib/hwclock
2929
3030 echo \ \ Configuring...
3131 ./configure \
32+ --disable-su --disable-sulogin --disable-login \
3233 1> $LOG/$CHAP.$TARGET.1_conf.log 2>&1 || exit 1
3334
3435 echo \ \ Making...
--- a/LFS/6.61.sh
+++ b/LFS/6.61.sh
@@ -3,7 +3,7 @@
33 THISFILE=`basename $0`
44 CHAP=`echo $THISFILE | sed s/\.sh//`
55
6-VER=188
6+VER=189
77 TARGET=udev-$VER
88 TARGETBALL=$TARGET.tar.xz
99 TARGETDIR=$TARGET
@@ -24,7 +24,7 @@ START=`date +'%Y/%m/%d %H:%M:%S.%N'`
2424 #cd $TARGETDIR
2525 cd systemd-$VER
2626
27-tar -xvf $DLD/udev-lfs-$VER-3.tar.bz2 || (echo Tarball not found && exit 1)
27+tar -xvf $DLD/udev-lfs-$VER.tar.bz2 || (echo Tarball not found && exit 1)
2828
2929 echo \ \ Making...
3030 make -f udev-lfs-$VER/Makefile.lfs \
@@ -35,7 +35,7 @@ paco -p $TARGET "make -f udev-lfs-$VER/Makefile.lfs install" \
3535 1> $LOG/$CHAP.$TARGET.3_install.log 2>&1 || exit 1
3636
3737 paco -p+ $TARGET "\
38-bash udev-lfs-188/init-net-rules.sh" \
38+bash udev-lfs-$VER/init-net-rules.sh" \
3939 1>> $LOG/$CHAP.$TARGET.3_install.log 2>&1 || exit 1
4040
4141 END=`date +'%Y/%m/%d %H:%M:%S.%N'`
--- a/LFS/_lfsset.sh
+++ b/LFS/_lfsset.sh
@@ -1,5 +1,5 @@
1-BOOTSCRIPTVER=20120829
2-SVNVER=20120829
1+BOOTSCRIPTVER=20120905
2+SVNVER=20120905
33 LINUX_VER=3.5.2
44
55 LFS=/mnt/lfs