Accepting request 999032 from home:Andreas_Schwab:make

- Makefile is not parallel-safe

OBS-URL: https://build.opensuse.org/request/show/999032
OBS-URL: https://build.opensuse.org/package/show/Base:System/fillup?expand=0&rev=32
This commit is contained in:
Adam Majer 2022-08-24 11:25:39 +00:00 committed by Git OBS Bridge
parent f5c76a30b2
commit df18d67fab
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 24 10:45:42 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Makefile is not parallel-safe
-------------------------------------------------------------------
Wed Apr 27 10:14:27 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -73,7 +73,8 @@ ln -sf %{_bindir}/fillup $RPM_BUILD_ROOT/bin
%endif
%check
make %{?_smp_mflags} test OPTISPLUS="%{optflags}"
# Makefile is not parallel-safe
make test OPTISPLUS="%{optflags}"
%files
%defattr(-,root,root)