Accepting request 86549 from home:tserong:branches:devel:tools

Skip "make check" when building under qemu (PTRACE not supported)

OBS-URL: https://build.opensuse.org/request/show/86549
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=20
This commit is contained in:
Dirk Mueller 2011-10-04 17:47:25 +00:00 committed by Git OBS Bridge
parent e162160300
commit cbd65855d1
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