diff options
author | unknown <lenz@mysql.com> | 2005-06-01 12:59:10 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-06-01 12:59:10 +0200 |
commit | 0d4b118455b1b97e8adc316407e26a8d734d3f04 (patch) | |
tree | 3d00e189ec576df2ab88caa24cbfc9b73628b4aa /configure.in | |
parent | cf2188ca398e12d4a10c50b069c2243825f9dced (diff) | |
download | mariadb-git-0d4b118455b1b97e8adc316407e26a8d734d3f04.tar.gz |
- removed references to some obsolete files (BUG#10824)
- removed obsolete mysql-max.spec.sc RPM spec file (Max is built out of the standard
spec file)
BitKeeper/deleted/.del-mysql-max.spec.sh~ca055d86585c1010:
Delete: support-files/mysql-max.spec.sh
configure.in:
- removed references to some obsolete files
scripts/make_binary_distribution.sh:
- removed references to some obsolete files
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 938f2f5776f..b291200c114 100644 --- a/configure.in +++ b/configure.in @@ -1193,16 +1193,10 @@ EOF # echo -n "making sure specific build files are writable... " for file in \ - Docs/include.texi \ Docs/mysql.info \ - Docs/manual.txt \ - Docs/manual_toc.html \ - Docs/manual.html \ Docs/INSTALL-BINARY \ INSTALL-SOURCE \ - COPYING \ - COPYING.LIB \ - MIRRORS + COPYING do if test -e $file; then chmod +w $file |