summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhunt <hunt>2007-08-27 14:20:34 +0000
committerhunt <hunt>2007-08-27 14:20:34 +0000
commita961f31c36c7ff885f6942638d201a8d1de4abce (patch)
tree5e048653d6d3b73d028ea14727e44cc1c59f1cdb
parent8905eef6eb93fa96ec1ba8a44d1e8fb3d8e73ebc (diff)
downloadsystemtap-steved-a961f31c36c7ff885f6942638d201a8d1de4abce.tar.gz
systemtap-steved-a961f31c36c7ff885f6942638d201a8d1de4abce.tar.xz
systemtap-steved-a961f31c36c7ff885f6942638d201a8d1de4abce.zip
2007-08-27 Martin Hunt <hunt@redhat.com>
* systemtap.context/context.exp (build_modules): Change build order to prevent messages about no version for yyy_int64.
-rw-r--r--testsuite/ChangeLog5
-rw-r--r--testsuite/systemtap.context/context.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index ec3a916b..be9ac35f 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-27 Martin Hunt <hunt@redhat.com>
+
+ * systemtap.context/context.exp (build_modules): Change
+ build order to prevent messages about no version for yyy_int64.
+
2007-08-24 Frank Ch. Eigler <fche@redhat.com>
PR 4899
diff --git a/testsuite/systemtap.context/context.exp b/testsuite/systemtap.context/context.exp
index 95178f03..3b4a0328 100644
--- a/testsuite/systemtap.context/context.exp
+++ b/testsuite/systemtap.context/context.exp
@@ -33,7 +33,7 @@ proc build_modules {} {
set old_dir [pwd]
cd $build_dir
- foreach n {1 2} {
+ foreach n {2 1} {
exec cp $old_dir/makefile$n Makefile
if {[catch {exec make clean} res]} {
puts $res