mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
build-sys: bootstrap.sh: Do a make only if configure has succeeded
Otherwise the important configure script error messages get buried by the "make clean" output. Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
This commit is contained in:
parent
e061f9afd2
commit
08959f83d0
1 changed files with 2 additions and 2 deletions
|
|
@ -50,6 +50,6 @@ autopoint --force
|
||||||
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
|
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
|
||||||
|
|
||||||
if test "x$NOCONFIGURE" = "x"; then
|
if test "x$NOCONFIGURE" = "x"; then
|
||||||
CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-force-preopen "$@"
|
CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-force-preopen "$@" && \
|
||||||
make clean
|
make clean
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue