mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
how did this ever work ?
Original commit message from CVS: how did this ever work ?
This commit is contained in:
parent
a77aca90da
commit
0c07561a33
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir
|
||||||
|
|
||||||
if [ "$SMP" != "" ]; then
|
if [ "$SMP" != "" ]; then
|
||||||
(make "MAKE=make -k -j $SMP"; exit 0)
|
(make "MAKE=make -k -j $SMP"; exit 0)
|
||||||
make 2> | tee make.log
|
make 2>&1 | tee make.log
|
||||||
else
|
else
|
||||||
make 2> | tee make.log
|
make 2>&1 | tee make.log
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
Loading…
Reference in a new issue