|
@@ -113,15 +113,6 @@ if [ $clean = "1" ]; then
|
|
|
make clean > /dev/null
|
|
make clean > /dev/null
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
-# Build utils and check we got the bins
|
|
|
|
|
-echo "[*] Building utils..."
|
|
|
|
|
-make utils > /dev/null
|
|
|
|
|
-if ! test -f stringfix
|
|
|
|
|
-then
|
|
|
|
|
- echo "[!] Util build failed"
|
|
|
|
|
- exit 1
|
|
|
|
|
-fi
|
|
|
|
|
-
|
|
|
|
|
if [ $leaf = "1" ]; then
|
|
if [ $leaf = "1" ]; then
|
|
|
# Build leaf and check
|
|
# Build leaf and check
|
|
|
echo "[*] Building ${d}leaf..."
|
|
echo "[*] Building ${d}leaf..."
|