• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

コミットメタ情報

リビジョン4c8a016976a2f1e006afcdd5fefd79d164617758 (tree)
日時2012-03-17 14:30:24
作者matsuand <matsuand@user...>
コミッターmatsuand

ログメッセージ

[LFS] Modified 6.63b, removed _lfsset.sh calling.

変更サマリ

差分

--- a/LFS/6.63b.sh
+++ b/LFS/6.63b.sh
@@ -5,9 +5,7 @@ CHAP=`echo $THISFILE | sed s/\.sh//`
55
66 TARGET=chroot
77
8-. ./_lfsset.sh
9-
108 /tools/bin/find /{,usr/}{bin,lib,sbin} -type f \
119 -exec /tools/bin/strip --strip-debug '{}' ';' \
12- 1> $LOG/$TARGET.1_strip.log 2>&1
10+ 1> /dev/null 2>&1
1311