[SCM] vlc/master: Drop compile file that is removed on clean.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Thu Oct 6 23:44:19 UTC 2011


The following commit has been merged in the master branch:
commit bc60bbd408977be225ae1574a7b3461b7c82fa6d
Author: Benjamin Drung <bdrung at debian.org>
Date:   Fri Oct 7 00:02:32 2011 +0200

    Drop compile file that is removed on clean.

diff --git a/compile b/compile
deleted file mode 100755
index 66450bd..0000000
--- a/compile
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/bash
-rm -f .error$$
-ERROR=0
-export PATH=/home/remi/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin:/usr/sbin:/usr/local/sbin:~/bin:/opt/intel_cc_80/bin:/usr/lib/j2se/1.4/bin LANG=C
-(make V=1 $@ 2>&1 || touch .error$$)| \
-`sed -ne "s/^top_srcdir *= *//p" < Makefile`/extras/buildsystem/make.pl
-test -f .error$$ && ERROR=1
-rm -f .error$$
-exit $ERROR

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list