mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
more gitcompile cleanups
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
880926b3cd
commit
f0bb8866ce
8 changed files with 32 additions and 14 deletions
|
|
@ -8,6 +8,6 @@ echo "CFLAGS=$CFLAGS"
|
|||
echo "./configure $@"
|
||||
./configure $@ || exit 1
|
||||
unset CFLAGS
|
||||
if [ -z "$GITCOMPILE_NO_MAKE" ]; then
|
||||
if test -z "$GITCOMPILE_NO_MAKE"; then
|
||||
make || exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue