mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
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.
This commit is contained in:
parent
70fe78e9e4
commit
771f146107
1 changed files with 6 additions and 2 deletions
|
@ -342,7 +342,7 @@ then
|
||||||
cp -fp config.log "$MYSQL_MAXCONFLOG_DEST"
|
cp -fp config.log "$MYSQL_MAXCONFLOG_DEST"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make -i test-force.pl || true
|
make -i test-force-pl || true
|
||||||
|
|
||||||
# Save mysqld-max
|
# Save mysqld-max
|
||||||
./libtool --mode=execute cp sql/mysqld sql/mysqld-max
|
./libtool --mode=execute cp sql/mysqld sql/mysqld-max
|
||||||
|
@ -401,7 +401,7 @@ then
|
||||||
cp -fp config.log "$MYSQL_CONFLOG_DEST"
|
cp -fp config.log "$MYSQL_CONFLOG_DEST"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make -i test-force.pl || true
|
make -i test-force-pl || true
|
||||||
|
|
||||||
%install
|
%install
|
||||||
RBR=$RPM_BUILD_ROOT
|
RBR=$RPM_BUILD_ROOT
|
||||||
|
@ -740,6 +740,10 @@ fi
|
||||||
# itself - note that they must be ordered by date (important when
|
# itself - note that they must be ordered by date (important when
|
||||||
# merging BK trees)
|
# merging BK trees)
|
||||||
%changelog
|
%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>
|
* Tue Jul 04 2006 Joerg Bruehe <joerg@mysql.com>
|
||||||
|
|
||||||
- Use the Perl script to run the tests, because it will automatically check
|
- Use the Perl script to run the tests, because it will automatically check
|
||||||
|
|
Loading…
Add table
Reference in a new issue