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:
Dominique Leuenberger 2018-03-12 11:08:53 +00:00 committed by Git OBS Bridge
commit 1e912ba95b
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}