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
dae03e36
Commit
dae03e36
authored
Sep 09, 2004
by
unknown
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
c36356b6
f13b746b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
Build-tools/mysql-copyright
Build-tools/mysql-copyright
+4
-0
Build-tools/mysql-copyright-2
Build-tools/mysql-copyright-2
+1
-0
No files found.
Build-tools/mysql-copyright
View file @
dae03e36
...
@@ -125,6 +125,10 @@ sub main
...
@@ -125,6 +125,10 @@ sub main
print
"
\"
./configure
\"
was not produced, exiting!
\n
";
print
"
\"
./configure
\"
was not produced, exiting!
\n
";
exit
(
0
);
exit
(
0
);
}
}
if
(
-
d
"
autom4te.cache
")
{
print
"
Trying to delete autom4te.cache dir
\n
"
if
$opt_verbose
;
system
("
rm -rf autom4te.cache
")
or
print
"
Unable to delete autom4te.cache dir: $!
\n
";
}
}
}
# fix file copyrights
# fix file copyrights
...
...
Build-tools/mysql-copyright-2
View file @
dae03e36
...
@@ -90,6 +90,7 @@ sub add_copyright
...
@@ -90,6 +90,7 @@ sub add_copyright
$ARGV
=~
/\.cc$/
||
$ARGV
=~
/\.cc$/
||
$ARGV
=~
/\.h$/
||
$ARGV
=~
/\.h$/
||
$ARGV
=~
/\.cpp$/
||
$ARGV
=~
/\.cpp$/
||
$ARGV
=~
/\.txt$/
||
$ARGV
=~
/\.yy$/
)
$ARGV
=~
/\.yy$/
)
{
{
$start_copyright
=
"
/*
";
$start_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