• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revision4c8a016976a2f1e006afcdd5fefd79d164617758 (tree)
Zeit2012-03-17 14:30:24
Autormatsuand <matsuand@user...>
Commitermatsuand

Log Message

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

Ändern Zusammenfassung

Diff

--- 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