- Switch to make -j1 clean to see if it fixes random build failures

on Leap/SLE 15.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=488
This commit is contained in:
Ismail Dönmez 2018-03-08 10:48:31 +00:00 committed by Git OBS Bridge
parent 9a1b9b7308
commit 5a8065f911
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -222,7 +222,7 @@ make %{?_smp_mflags}
cp src/vim vim-nox11
# build gvim
make %{?_smp_mflags} distclean
make -j1 distclean
%configure ${COMMON_OPTIONS} ${GUI_OPTIONS}
sed -i -e 's|define HAVE_DATE_TIME 1|undef HAVE_DATE_TIME|' src/auto/config.h
make %{?_smp_mflags}