mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Merge hholzgraefe@bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/hartmut/projects/mysql/dev/4.0
This commit is contained in:
commit
64c293fdaa
1 changed files with 2 additions and 2 deletions
|
@ -40,12 +40,12 @@ do
|
|||
case $host_os in
|
||||
netware* | modesto*)
|
||||
echo "$i/errmsg.sys: $i/errmsg.txt
|
||||
\$(top_builddir)/extra/comp_err.linux \$^ $i/errmsg.sys" \
|
||||
\$(top_builddir)/extra/comp_err.linux $i/errmsg.txt $i/errmsg.sys" \
|
||||
>> $AVAILABLE_LANGUAGES_ERRORS_RULES
|
||||
;;
|
||||
*)
|
||||
echo "$i/errmsg.sys: $i/errmsg.txt
|
||||
\$(top_builddir)/extra/comp_err \$^ $i/errmsg.sys" \
|
||||
\$(top_builddir)/extra/comp_err $i/errmsg.txt $i/errmsg.sys" \
|
||||
>> $AVAILABLE_LANGUAGES_ERRORS_RULES
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue