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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
f0a68c5c
Commit
f0a68c5c
authored
Feb 20, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/space/my/mysql-4.1
into mysql.com:/space/my/mysql-4.1-build
parents
9977ce0c
bd5930cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Build-tools/mysql-copyright
Build-tools/mysql-copyright
+6
-2
No files found.
Build-tools/mysql-copyright
View file @
f0a68c5c
...
...
@@ -101,8 +101,12 @@ sub main
unlink
("
$destdir
/PUBLIC
",
"
$destdir
/README
");
copy
("
$WD
/Docs/MySQLEULA.txt
",
"
$destdir
");
# remove readline subdir
`
rm -rf
$destdir
/cmd-line-utils/readline
`;
# remove readline subdir and update configure accordingly
system
("
rm -rf
$destdir
/cmd-line-utils/readline
");
unlink
("
$destdir
/configure
")
or
die
"
Can't delete
$destdir
/configure: $!
\n
";
`
(cd
$destdir
; sed -e 's!
\
cmd-line-utils
\
/readline
\
/Makefile
\
dnl!!g' < configure.in > configure.in.new)
`;
rename
("
$destdir
/configure.in.new
","
$destdir
/configure.in
")
or
die
"
Can't rename
$destdir
/configure.in.new: $!
\n
";;
`
(cd
$destdir
; autoconf)
`;
# fix file copyrights
&
fix_usage_copyright
();
...
...
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