Explorar o código

Removed utils building, not needed anymore, Makefile handles it.

svn: 98
Bryan Drewery %!s(int64=23) %!d(string=hai) anos
pai
achega
033017a00e
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      build

+ 0 - 9
build

@@ -113,15 +113,6 @@ if [ $clean = "1" ]; then
  make clean > /dev/null
 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
  # Build leaf and check
  echo "[*] Building ${d}leaf..."