diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | systemtap.spec.in | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,3 +1,6 @@ +2007-11-15 Mike Mason <mmlnx@us.ibm.com> + * systemtap.spec.in: Removed "make check" from rpm build steps + 2007-11-15 David Smith <dsmith@redhat.com> * tapsets.cxx: Removed mark_query structure. diff --git a/systemtap.spec.in b/systemtap.spec.in index bbb9526c..3fc6dfdc 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -159,10 +159,6 @@ else touch runtime-addl-files.txt fi - -%check -make check %{?elfutils_mflags} || : - %clean rm -rf ${RPM_BUILD_ROOT} |