mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-23 01:40:06 -05:00
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 <stefan@slimlogic.co.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
da237814e7
commit
81ac9f4d48
1 changed files with 0 additions and 19 deletions
19
cvscompile
19
cvscompile
|
|
@ -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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue