summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <joerg@trift2.>2006-07-10 12:03:44 +0200
committerunknown <joerg@trift2.>2006-07-10 12:03:44 +0200
commit5ea0420e9e2261add511d2a1c00d9d55efef8d0a (patch)
treeaeca071ed9127f00f936871de4640f54f7146f56 /support-files
parentcdd07074d7e4312186357f0e22b0a7c33ef2c928 (diff)
downloadmariadb-git-5ea0420e9e2261add511d2a1c00d9d55efef8d0a.tar.gz
support-files/mysql.spec.sh : Fix a typing error.
support-files/mysql.spec.sh: Fix a typing error in the "make" target for the Perl script to run the tests.
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 00fc1840e1c..5a0963e4f93 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -342,7 +342,7 @@ then
cp -fp config.log "$MYSQL_MAXCONFLOG_DEST"
fi
-make -i test-force.pl || true
+make -i test-force-pl || true
# Save mysqld-max
./libtool --mode=execute cp sql/mysqld sql/mysqld-max
@@ -401,7 +401,7 @@ then
cp -fp config.log "$MYSQL_CONFLOG_DEST"
fi
-make -i test-force.pl || true
+make -i test-force-pl || true
%install
RBR=$RPM_BUILD_ROOT
@@ -740,6 +740,10 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
+* Mon Jul 10 2006 Joerg Bruehe <joerg@mysql.com>
+
+- Fix a typing error in the "make" target for the Perl script to run the tests.
+
* Tue Jul 04 2006 Joerg Bruehe <joerg@mysql.com>
- Use the Perl script to run the tests, because it will automatically check