use autoconf/automake for configuration
[goodguy/history.git] / cinelerra-5.1 / build / bld_incremental.sh
diff --git a/cinelerra-5.1/build/bld_incremental.sh b/cinelerra-5.1/build/bld_incremental.sh
deleted file mode 100755 (executable)
index 1d98252..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/bash
-
-dir="$1"
-path="/home"
-bld="google_code"
-proj="cinelerra"
-base="cinelerra-4.6.mod"
-
-if [ ! -d "$path/$dir/$bld/$proj" ]; then
-  echo "$bld/$proj missing in $path/$dir"
-  exit 1
-fi
-
-cd "$path/$dir/$bld/$proj"
-git pull
-if [ $? -ne 0 ]; then
-  echo "git pull $bld/$proj failed"
-  exit 1
-fi
-
-cd "$base"
-make rebuild_all >& log1
-
-echo "finished: scanning log for ***"
-grep -a "\*\*\*" log1
-