Commit 76e3edbb authored by vasil's avatar vasil

Fix typo which was causing bogus symbolic link *.opt to be created and

make install (in mysql dir) to fail.
parent e2f51ed8
...@@ -13,7 +13,7 @@ TARGETDIR=../storage/innobase ...@@ -13,7 +13,7 @@ TARGETDIR=../storage/innobase
ln -sf $TARGETDIR/compile-innodb{,-debug} ../../BUILD ln -sf $TARGETDIR/compile-innodb{,-debug} ../../BUILD
cd ../../mysql-test/t cd ../../mysql-test/t
ln -sf ../$TARGETDIR/mysql-test/*.test $TARGETDIR/mysql-test/*.opt . ln -sf ../$TARGETDIR/mysql-test/*.test ../$TARGETDIR/mysql-test/*.opt .
cd ../r cd ../r
ln -sf ../$TARGETDIR/mysql-test/*.result . ln -sf ../$TARGETDIR/mysql-test/*.result .
cd ../include cd ../include
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment