From 81ac9f4d483ef3ab7c244cb82bede3bdc76bcbe2 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 29 Sep 2009 23:48:19 +0200 Subject: [PATCH] cvscompile: Remove in favour of gitcompile. Alsa-lib is no longer hosted in cvs but in git and the only difference between both helper scripts is the name of the NO_MAKE env VAR check. Signed-off-by: Stefan Schmidt Signed-off-by: Takashi Iwai --- cvscompile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 cvscompile diff --git a/cvscompile b/cvscompile deleted file mode 100755 index af7700eb..00000000 --- a/cvscompile +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -set -e - -touch ltconfig -libtoolize --force --copy --automake -aclocal $ACLOCAL_FLAGS -autoheader -automake --foreign --copy --add-missing -touch depcomp # seems to be missing for old automake -autoconf -export CFLAGS='-O2 -Wall -W -pipe -g' -echo "CFLAGS=$CFLAGS" -echo "./configure $@" -./configure $@ || exit 1 -unset CFLAGS -if [ -z "$CVSCOMPILE_NO_MAKE" ]; then - make -fi -- 2.47.1