Accepting request 622027 from home:marxin:branches:X11:XOrg
- Make build verbose. - Make build verbose. OBS-URL: https://build.opensuse.org/request/show/622027 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=756
This commit is contained in:
parent
a8de99b90c
commit
890044dce0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 11 07:47:35 UTC 2018 - mliska@suse.cz
|
||||||
|
|
||||||
|
- Make build verbose.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 30 08:46:32 UTC 2018 - mimi.vx@gmail.com
|
Sat Jun 30 08:46:32 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -842,7 +842,7 @@ export PYTHON2=%{_bindir}/python3
|
|||||||
--with-gallium-drivers= \
|
--with-gallium-drivers= \
|
||||||
%endif
|
%endif
|
||||||
CFLAGS="%{optflags} -DNDEBUG"
|
CFLAGS="%{optflags} -DNDEBUG"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -888,7 +888,7 @@ ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
|||||||
for dir in ../xc/doc/man/{GL/gl,GL/glx}; do
|
for dir in ../xc/doc/man/{GL/gl,GL/glx}; do
|
||||||
pushd $dir
|
pushd $dir
|
||||||
xmkmf -a
|
xmkmf -a
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
make install.man DESTDIR=%{buildroot} MANPATH=%{_mandir} LIBMANSUFFIX=3gl
|
make install.man DESTDIR=%{buildroot} MANPATH=%{_mandir} LIBMANSUFFIX=3gl
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 11 07:47:35 UTC 2018 - mliska@suse.cz
|
||||||
|
|
||||||
|
- Make build verbose.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 30 08:46:32 UTC 2018 - mimi.vx@gmail.com
|
Sat Jun 30 08:46:32 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -841,7 +841,7 @@ export PYTHON2=%{_bindir}/python3
|
|||||||
--with-gallium-drivers= \
|
--with-gallium-drivers= \
|
||||||
%endif
|
%endif
|
||||||
CFLAGS="%{optflags} -DNDEBUG"
|
CFLAGS="%{optflags} -DNDEBUG"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -887,7 +887,7 @@ ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
|||||||
for dir in ../xc/doc/man/{GL/gl,GL/glx}; do
|
for dir in ../xc/doc/man/{GL/gl,GL/glx}; do
|
||||||
pushd $dir
|
pushd $dir
|
||||||
xmkmf -a
|
xmkmf -a
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
make install.man DESTDIR=%{buildroot} MANPATH=%{_mandir} LIBMANSUFFIX=3gl
|
make install.man DESTDIR=%{buildroot} MANPATH=%{_mandir} LIBMANSUFFIX=3gl
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user