Accepting request 584392 from editors
- Switch to make -j1 clean to see if it fixes random build failures on Leap/SLE 15. OBS-URL: https://build.opensuse.org/request/show/584392 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=207
This commit is contained in:
commit
1e912ba95b
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 8 10:44:01 UTC 2018 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Switch to make -j1 clean to see if it fixes random build failures
|
||||||
|
on Leap/SLE 15.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 5 11:22:48 UTC 2018 - idonmez@suse.com
|
Mon Mar 5 11:22:48 UTC 2018 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -222,7 +222,7 @@ make %{?_smp_mflags}
|
|||||||
cp src/vim vim-nox11
|
cp src/vim vim-nox11
|
||||||
|
|
||||||
# build gvim
|
# build gvim
|
||||||
make %{?_smp_mflags} distclean
|
make -j1 distclean
|
||||||
%configure ${COMMON_OPTIONS} ${GUI_OPTIONS}
|
%configure ${COMMON_OPTIONS} ${GUI_OPTIONS}
|
||||||
sed -i -e 's|define HAVE_DATE_TIME 1|undef HAVE_DATE_TIME|' src/auto/config.h
|
sed -i -e 's|define HAVE_DATE_TIME 1|undef HAVE_DATE_TIME|' src/auto/config.h
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user