Przeglądaj źródła

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

svn: 98
Bryan Drewery 23 lat temu
rodzic
commit
033017a00e
1 zmienionych plików z 0 dodań i 9 usunięć
  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..."