forked from pool/fillup
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:
parent
f5c76a30b2
commit
df18d67fab
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user