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
990a7107
Commit
990a7107
authored
Jul 01, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
parents
0758c70a
1612f193
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
Build-tools/mysql-copyright
Build-tools/mysql-copyright
+17
-1
No files found.
Build-tools/mysql-copyright
View file @
990a7107
...
...
@@ -162,7 +162,23 @@ sub trim_the_fat
undef
$/
;
my
$configure
=
<
CONFIGURE
>
;
close
(
CONFIGURE
);
$configure
=~
s|${the_fat}/Makefile dnl\n?||g
;
#
# If $the_fat Makefile line closes the parenthesis, then
# replace that line with just the closing parenthesis.
#
if
(
$configure
=~
m|${the_fat}/Makefile\)\n?|
)
{
$configure
=~
s|${the_fat}/Makefile(\)\n?)|$1|
;
}
#
# Else just delete the line
#
else
{
$configure
=~
s|${the_fat}/Makefile dnl\n?||
;
}
open
(
CONFIGURE
,"
>configure.in
")
or
die
"
Unable to open configure.in for write: $!
\n
";
print
CONFIGURE
$configure
;
close
(
CONFIGURE
);
...
...
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