mirror of
https://github.com/MariaDB/server.git
synced 2025-06-13 13:01:51 +03:00
- rename: EXCEPTIONS->EXCEPTIONS-CLIENT
This commit is contained in:
@ -101,7 +101,7 @@ sub main
|
|||||||
# on the toplevel of the directory instead. file 'PUBLIC' shouldn't
|
# on the toplevel of the directory instead. file 'PUBLIC' shouldn't
|
||||||
# exist in the new mysql distributions, but let's be sure..
|
# exist in the new mysql distributions, but let's be sure..
|
||||||
unlink("$destdir/PUBLIC", "$destdir/README");
|
unlink("$destdir/PUBLIC", "$destdir/README");
|
||||||
unlink("$destdir/COPYING", "$destdir/EXCEPTIONS");
|
unlink("$destdir/COPYING", "$destdir/EXCEPTIONS-CLIENT");
|
||||||
copy("$WD/Docs/MySQLEULA.txt", "$destdir");
|
copy("$WD/Docs/MySQLEULA.txt", "$destdir");
|
||||||
|
|
||||||
# remove readline subdir and update configure accordingly
|
# remove readline subdir and update configure accordingly
|
||||||
|
@ -26,7 +26,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt \
|
|||||||
|
|
||||||
all: $(targets) txt_files
|
all: $(targets) txt_files
|
||||||
|
|
||||||
txt_files: ../INSTALL-SOURCE ../COPYING ../EXCEPTIONS \
|
txt_files: ../INSTALL-SOURCE ../COPYING ../EXCEPTIONS-CLIENT \
|
||||||
INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt
|
INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt
|
||||||
|
|
||||||
CLEAN_FILES: $(BUILD_SOURCES)
|
CLEAN_FILES: $(BUILD_SOURCES)
|
||||||
@ -204,7 +204,7 @@ INSTALL-BINARY: mysql.info $(GT)
|
|||||||
../COPYING: mysql.info $(GT)
|
../COPYING: mysql.info $(GT)
|
||||||
perl -w $(GT) mysql.info "GPL license" "MySQL FLOSS License Exception" > $@
|
perl -w $(GT) mysql.info "GPL license" "MySQL FLOSS License Exception" > $@
|
||||||
|
|
||||||
../EXCEPTIONS: mysql.info $(GT)
|
../EXCEPTIONS-CLIENT: mysql.info $(GT)
|
||||||
perl -w $(GT) mysql.info "MySQL FLOSS License Exception" "Function Index" > $@
|
perl -w $(GT) mysql.info "MySQL FLOSS License Exception" "Function Index" > $@
|
||||||
|
|
||||||
../support-files/MacOSX/ReadMe.txt: mysql.info $(GT)
|
../support-files/MacOSX/ReadMe.txt: mysql.info $(GT)
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
# These are built from source in the Docs directory
|
# These are built from source in the Docs directory
|
||||||
EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS
|
EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT
|
||||||
SUBDIRS = . include @docs_dirs@ @readline_dir@ \
|
SUBDIRS = . include @docs_dirs@ @readline_dir@ \
|
||||||
@thread_dirs@ pstack @sql_client_dirs@ \
|
@thread_dirs@ pstack @sql_client_dirs@ \
|
||||||
@sql_server_dirs@ scripts man tests \
|
@sql_server_dirs@ scripts man tests \
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
# There are special exceptions to the terms and conditions of the GPL as it
|
# There are special exceptions to the terms and conditions of the GPL as it
|
||||||
# is applied to this software. View the full text of the exception in file
|
# is applied to this software. View the full text of the exception in file
|
||||||
# EXCEPTIONS in the directory of this software distribution.
|
# EXCEPTIONS-CLIENT in the directory of this software distribution.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
# There are special exceptions to the terms and conditions of the GPL as it
|
# There are special exceptions to the terms and conditions of the GPL as it
|
||||||
# is applied to this software. View the full text of the exception in file
|
# is applied to this software. View the full text of the exception in file
|
||||||
# EXCEPTIONS in the directory of this software distribution.
|
# EXCEPTIONS-CLIENT in the directory of this software distribution.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
There are special exceptions to the terms and conditions of the GPL as it
|
There are special exceptions to the terms and conditions of the GPL as it
|
||||||
is applied to this software. View the full text of the exception in file
|
is applied to this software. View the full text of the exception in file
|
||||||
EXCEPTIONS in the directory of this software distribution.
|
EXCEPTIONS-CLIENT in the directory of this software distribution.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
There are special exceptions to the terms and conditions of the GPL as it
|
There are special exceptions to the terms and conditions of the GPL as it
|
||||||
is applied to this software. View the full text of the exception in file
|
is applied to this software. View the full text of the exception in file
|
||||||
EXCEPTIONS in the directory of this software distribution.
|
EXCEPTIONS-CLIENT in the directory of this software distribution.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
There are special exceptions to the terms and conditions of the GPL as it
|
There are special exceptions to the terms and conditions of the GPL as it
|
||||||
is applied to this software. View the full text of the exception in file
|
is applied to this software. View the full text of the exception in file
|
||||||
EXCEPTIONS in the directory of this software distribution.
|
EXCEPTIONS-CLIENT in the directory of this software distribution.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
There are special exceptions to the terms and conditions of the GPL as it
|
There are special exceptions to the terms and conditions of the GPL as it
|
||||||
is applied to this software. View the full text of the exception in file
|
is applied to this software. View the full text of the exception in file
|
||||||
EXCEPTIONS in the directory of this software distribution.
|
EXCEPTIONS-CLIENT in the directory of this software distribution.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
There are special exceptions to the terms and conditions of the GPL as it
|
There are special exceptions to the terms and conditions of the GPL as it
|
||||||
is applied to this software. View the full text of the exception in file
|
is applied to this software. View the full text of the exception in file
|
||||||
EXCEPTIONS in the directory of this software distribution.
|
EXCEPTIONS-CLIENT in the directory of this software distribution.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
There are special exceptions to the terms and conditions of the GPL as it
|
There are special exceptions to the terms and conditions of the GPL as it
|
||||||
is applied to this software. View the full text of the exception in file
|
is applied to this software. View the full text of the exception in file
|
||||||
EXCEPTIONS in the directory of this software distribution.
|
EXCEPTIONS-CLIENT in the directory of this software distribution.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
# There are special exceptions to the terms and conditions of the GPL as it
|
# There are special exceptions to the terms and conditions of the GPL as it
|
||||||
# is applied to this software. View the full text of the exception in file
|
# is applied to this software. View the full text of the exception in file
|
||||||
# EXCEPTIONS in the directory of this software distribution.
|
# EXCEPTIONS-CLIENT in the directory of this software distribution.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -86,7 +86,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
for i in COPYING COPYING.LIB README Docs/INSTALL-BINARY \
|
for i in COPYING COPYING.LIB README Docs/INSTALL-BINARY \
|
||||||
EXCEPTIONS MySQLEULA.txt LICENSE.doc README.NW
|
EXCEPTIONS-CLIENT MySQLEULA.txt LICENSE.doc README.NW
|
||||||
do
|
do
|
||||||
if [ -f $i ]
|
if [ -f $i ]
|
||||||
then
|
then
|
||||||
|
@ -272,7 +272,7 @@ touch $BASE/innobase/ib_config.h
|
|||||||
#
|
#
|
||||||
|
|
||||||
cd $SOURCE
|
cd $SOURCE
|
||||||
for i in COPYING ChangeLog README EXCEPTIONS\
|
for i in COPYING ChangeLog README EXCEPTIONS-CLIENT\
|
||||||
INSTALL-SOURCE INSTALL-WIN \
|
INSTALL-SOURCE INSTALL-WIN \
|
||||||
INSTALL-WIN-SOURCE \
|
INSTALL-WIN-SOURCE \
|
||||||
Docs/manual_toc.html Docs/manual.html \
|
Docs/manual_toc.html Docs/manual.html \
|
||||||
|
@ -446,7 +446,7 @@ fi
|
|||||||
%files server
|
%files server
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
|
|
||||||
%doc COPYING EXCEPTIONS README
|
%doc COPYING EXCEPTIONS-CLIENT README
|
||||||
%doc Docs/manual.{html,ps,texi,txt}
|
%doc Docs/manual.{html,ps,texi,txt}
|
||||||
%doc Docs/manual_toc.html
|
%doc Docs/manual_toc.html
|
||||||
%doc support-files/my-*.cnf
|
%doc support-files/my-*.cnf
|
||||||
|
Reference in New Issue
Block a user