File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 13
13
LEGACY=no
14
14
BUILD_PLUGIN=no
15
15
VERSION=` cat VERSION`
16
+ LOWFAT_VERSION=be90b9106a09dde4e9bf9524f002d7db493643eb
16
17
RELEASE_NAME=effectivesan-$VERSION
17
18
BUILD_RELEASE=no
18
19
if [ $# = 1 -a " $1 " = " release" ]
@@ -120,16 +121,16 @@ then
120
121
missing!"
121
122
echo -e " ${GREEN} $0 ${OFF} : downloading LowFat.zip from GitHub..."
122
123
wget -O " $LOWFAT_SRC_ZIP " \
123
- https://github.com/GJDuck/LowFat/archive/master .zip
124
+ https://github.com/GJDuck/LowFat/archive/$LOWFAT_VERSION .zip
124
125
fi
125
126
126
127
echo -e " ${GREEN} $0 ${OFF} : extracting LowFat files..."
127
- yes | unzip " $LOWFAT_SRC_ZIP " ' LowFat-master /config/*' -d .
128
+ yes | unzip " $LOWFAT_SRC_ZIP " LowFat-$LOWFAT_VERSION ' /config/*' -d .
128
129
yes | unzip " $LOWFAT_SRC_ZIP " \
129
- ' LowFat-master /llvm-4.0.0.src/projects/compiler-rt/lib/lowfat/lowfat*' \
130
+ LowFat-VERSION ' /llvm-4.0.0.src/projects/compiler-rt/lib/lowfat/lowfat*' \
130
131
-d .
131
- mv -f LowFat-master /config/ config
132
- mv -f LowFat-master /llvm-4.0.0.src/projects/compiler-rt/lib/lowfat/* \
132
+ mv -f LowFat-$LOWFAT_VERSION /config/ config
133
+ mv -f LowFat-$LOWFAT_VERSION /llvm-4.0.0.src/projects/compiler-rt/lib/lowfat/* \
133
134
llvm-4.0.1.src/projects/compiler-rt/lib/effective/.
134
135
135
136
CMAKE=` which cmake`
You can’t perform that action at this time.
0 commit comments