• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修订版af4f258c6cd977b1edd26a38ae2112a1875a1214 (tree)
时间2012-04-29 22:20:34
作者matsuand <matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Updated swig-2.0.5.

更改概述

差异

--- a/BLFS/swig.sh
+++ b/BLFS/swig.sh
@@ -2,7 +2,7 @@
22
33 . ./_blfsset.sh
44
5-VER=2.0.4
5+VER=2.0.5
66 TARGET=swig-$VER
77 TARGETBALL=$TARGET.tar.gz
88 TARGETDIR=$TARGET
@@ -19,13 +19,6 @@ echo $TARGET
1919
2020 . $WRK/_extract.sh
2121
22-echo \ \ Extracting...
23-if ! test -f $DLD/$TARGETBALL; then
24- echo \ \ Tarball not found: $TARGETBALL && exit 1
25-else
26- tar xf $DLD/$TARGETBALL
27-fi
28-
2922 cd $TARGETDIR
3023
3124 echo \ \ Configuring...