OSDN Git Service
(root)
/
android-x86
/
external-alsa-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4c5207
)
Added exit when configure fails
author
Jaroslav Kysela
<perex@perex.cz>
Mon, 26 Nov 2001 18:21:00 +0000
(18:21 +0000)
committer
Jaroslav Kysela
<perex@perex.cz>
Mon, 26 Nov 2001 18:21:00 +0000
(18:21 +0000)
cvscompile
patch
|
blob
|
history
diff --git
a/cvscompile
b/cvscompile
index
62995d5
..
141734e
100644
(file)
--- a/
cvscompile
+++ b/
cvscompile
@@
-8,7
+8,7
@@
autoconf
export CFLAGS='-O2 -Wall -W -pipe -g'
echo "CFLAGS=$CFLAGS"
echo "./configure $@"
-./configure $@
+./configure $@
|| exit 1
unset CFLAGS
if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
make