diff options
author | mmason <mmason> | 2007-11-15 19:51:37 +0000 |
---|---|---|
committer | mmason <mmason> | 2007-11-15 19:51:37 +0000 |
commit | 1cc094f069ba3d797cdba5df75a2de06cf10ba93 (patch) | |
tree | e22188058472c2f0d2975b4f6644d5bcc7da1ae6 | |
parent | f781f849ceedba83580eead82c3baf949a9738db (diff) | |
download | systemtap-steved-1cc094f069ba3d797cdba5df75a2de06cf10ba93.tar.gz systemtap-steved-1cc094f069ba3d797cdba5df75a2de06cf10ba93.tar.xz systemtap-steved-1cc094f069ba3d797cdba5df75a2de06cf10ba93.zip |
Removed "make check" from rpm build steps.
-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} |