Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
f3f009ac
Commit
f3f009ac
authored
Aug 05, 2004
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
into mysql.com:/space/my/mysql-4.0
parents
77346b1d
e5cb60dc
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
Build-tools/mysql-copyright
Build-tools/mysql-copyright
+1
-0
Docs/Makefile.am
Docs/Makefile.am
+5
-2
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+1
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+1
-1
No files found.
Build-tools/mysql-copyright
View file @
f3f009ac
...
...
@@ -101,6 +101,7 @@ sub main
# on the toplevel of the directory instead. file 'PUBLIC' shouldn't
# exist in the new mysql distributions, but let's be sure..
unlink
("
$destdir
/PUBLIC
",
"
$destdir
/README
");
unlink
("
$destdir
/COPYING
",
"
$destdir
/EXCEPTIONS
");
copy
("
$WD
/Docs/MySQLEULA.txt
",
"
$destdir
");
# remove readline subdir and update configure accordingly
...
...
Docs/Makefile.am
View file @
f3f009ac
...
...
@@ -26,7 +26,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt \
all
:
$(targets) txt_files
txt_files
:
../INSTALL-SOURCE ../COPYING
\
txt_files
:
../INSTALL-SOURCE ../COPYING
../EXCEPTIONS
\
INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt
CLEAN_FILES
:
$(BUILD_SOURCES)
...
...
@@ -202,7 +202,10 @@ INSTALL-BINARY: mysql.info $(GT)
perl
-w
$(GT)
mysql.info
"Installing binary"
"Installing source"
>
$@
../COPYING
:
mysql.info $(GT)
perl
-w
$(GT)
mysql.info
"GPL license"
"Function Index"
>
$@
perl
-w
$(GT)
mysql.info
"GPL license"
"MySQL FOSS License Exception"
>
$@
../EXCEPTIONS
:
mysql.info $(GT)
perl
-w
$(GT)
mysql.info
"MySQL FOSS License Exception"
"Function Index"
>
$@
../support-files/MacOSX/ReadMe.txt
:
mysql.info $(GT)
perl
-w
$(GT)
mysql.info
"Mac OS X installation"
"NetWare installation"
>
$@
...
...
scripts/make_binary_distribution.sh
View file @
f3f009ac
...
...
@@ -86,7 +86,7 @@ do
done
for
i
in
COPYING COPYING.LIB README Docs/INSTALL-BINARY
\
MySQLEULA.txt LICENSE.doc README.NW
EXCEPTIONS
MySQLEULA.txt LICENSE.doc README.NW
do
if
[
-f
$i
]
then
...
...
support-files/mysql.spec.sh
View file @
f3f009ac
...
...
@@ -446,7 +446,7 @@ fi
%files server
%defattr
(
-,root,root,0755
)
%doc COPYING
README
%doc COPYING
EXCEPTIONS README
%doc Docs/manual.
{
html,ps,texi,txt
}
%doc Docs/manual_toc.html
%doc support-files/my-
*
.cnf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment