From a961f31c36c7ff885f6942638d201a8d1de4abce Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 27 Aug 2007 14:20:34 +0000 Subject: 2007-08-27 Martin Hunt * systemtap.context/context.exp (build_modules): Change build order to prevent messages about no version for yyy_int64. --- testsuite/ChangeLog | 5 +++++ testsuite/systemtap.context/context.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * systemtap.context/context.exp (build_modules): Change + build order to prevent messages about no version for yyy_int64. + 2007-08-24 Frank Ch. Eigler 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 -- cgit