• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修訂3753e52d78323688115d6f7d4d85f10aea84f7ed (tree)
時間2021-12-17 20:15:52
作者matsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[LFS] Delete 7strip1.sh.

Change Summary

  • delete: LFS/7strip1.sh

差異

--- a/LFS/7strip1.sh
+++ /dev/null
@@ -1,24 +0,0 @@
1-#!/bin/sh
2-
3-CHAP=7
4-TARGET=strip1
5-
6-. ./_lfsset.sh
7-
8-echo $TARGET
9-
10-START=`date +'%Y/%m/%d %H:%M:%S.%N'`
11-
12-echo \ \ Stripping...
13-find /usr/{lib,libexec} -name \*.la -delete \
14- 1> $LOG/$CHAP.$TARGET.1_strip.log 2>&1
15-
16-rm -fr /ur/share/{info,man,doc}/* \
17- 1>> $LOG/$CHAP.$TARGET.1_strip.log 2>&1
18-
19-END=`date +'%Y/%m/%d %H:%M:%S.%N'`
20-
21-echo $CHAP, $TARGET, $START, $END \
22- >> $TME/_lfstime.txt
23-
24-echo \ \ Done.