diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-11-20 11:55:28 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-11-20 11:55:28 -0500 |
commit | 34642a03789b139d9e33253ab42744852199af1f (patch) | |
tree | 44dab6cd2f1e20de0c2ec4c92aa343a426e137ca | |
parent | 508968a7d10bbae3b9fbc33bf3d3b1e62a8a018a (diff) | |
download | systemtap-steved-34642a03789b139d9e33253ab42744852199af1f.tar.gz systemtap-steved-34642a03789b139d9e33253ab42744852199af1f.tar.xz systemtap-steved-34642a03789b139d9e33253ab42744852199af1f.zip |
build: disable make-silent mode in rpm builds
-rw-r--r-- | systemtap.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec b/systemtap.spec index d7cdc61b..1ccf6751 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -241,7 +241,7 @@ cd .. %endif -%configure %{?elfutils_config} %{sqlite_config} %{crash_config} %{docs_config} %{pie_config} %{grapher_config} %{rpm_config} +%configure %{?elfutils_config} %{sqlite_config} %{crash_config} %{docs_config} %{pie_config} %{grapher_config} %{rpm_config} --disable-silent-rules make %{?_smp_mflags} %install |