diff options
author | monty@hundin.mysql.fi <> | 2002-08-23 02:48:52 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-23 02:48:52 +0300 |
commit | c7499a1039d89af3df63620841cafe4cdc034f0c (patch) | |
tree | 576302ffedeaa77cae39a3f3d50ab786b9dcddad /Build-tools/Do-compile | |
parent | a6fac7c9fd4d43bedbc3778ac2500cb45d3d06bd (diff) | |
download | mariadb-git-c7499a1039d89af3df63620841cafe4cdc034f0c.tar.gz |
Portabilityfix in mysqladmin.c
Fix when using --localstatedir
Cleaned up mysql.server
Diffstat (limited to 'Build-tools/Do-compile')
-rwxr-xr-x | Build-tools/Do-compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index 04e905cb834..a4156f6ac98 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -123,7 +123,7 @@ if ($opt_stage == 0 && ! $opt_use_old_distribution) system("touch timestamp"); sleep(2); system("touch timestamp2"); - system("find . -newer timestamp -print | xargs touch; rm -f timestamp"); + system("find . -newer timestamp -print | xargs touch; rm -f timestamp timestamp2"); sleep(2); # Ensure that files we don't want to rebuild are newer than other files safe_cd($ver); |