This commit was manufactured by cvs2svn to create branch 'liverpm'.
[nethome.git] / bin / comp
diff --git a/bin/comp b/bin/comp
deleted file mode 100755 (executable)
index 610bfd5..0000000
--- a/bin/comp
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh
-where="$PWD"
-project=`basename "$where"`
-set -x
-if [ $# != 0 ];then
-       ./autogen clean
-       cvs update 2>&1|tee $HOME/update
-       ./autogen clean
-       cvs diff 2>&1|tee $HOME/diff
-       fi
-time sh -c "./autogen;make" 2>&1| \
-       grep -v 'warning: inline declaration ignored for function with `\.\.\.'"'"'$'| \
-       tee $HOME/errs.comp-$project