Accepting request 86573 from devel:tools

Skip "make check" when building under qemu (PTRACE not supported) (forwarded request 86549 from tserong)

OBS-URL: https://build.opensuse.org/request/show/86573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=30
This commit is contained in:
Lars Vogdt 2011-10-04 19:34:15 +00:00 committed by Git OBS Bridge
commit 5eaebbb3ac
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 4 14:44:37 UTC 2011 - tserong@suse.com
- Skip "make check" when building under qemu (PTRACE not supported)
-------------------------------------------------------------------
Mon Apr 11 15:30:46 CEST 2011 - meissner@suse.de

View File

@ -67,8 +67,11 @@ CFLAGS="$CFLAGS -ffixed-8"
make %{?_smp_mflags}
# Have to exclude make check for qemu builds, which apparently don't support PTRACE.
%if !(0%{?qemu_user_space_build})
%check
make check
%endif
%install
make install DESTDIR=$RPM_BUILD_ROOT