diff options
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/FINISH.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 16ee8ffdc5e..de9d55c33ea 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -22,7 +22,7 @@ if [ "x$strip" = "xyes" ] then commands="$commands -mkdir tmp +mkdir -p tmp nm --numeric-sort sql/mysqld > tmp/mysqld.sym objdump -d sql/mysqld > tmp/mysqld.S strip sql/mysqld" |