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
67301c60
Commit
67301c60
authored
Aug 19, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/space/my/mysql-4.0
into mysql.com:/space/my/mysql-4.0-build
parents
d43a347d
be974481
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Build-tools/Bootstrap
Build-tools/Bootstrap
+2
-1
No files found.
Build-tools/Bootstrap
View file @
67301c60
...
@@ -33,6 +33,7 @@ $opt_docdir= $PWD . "/mysqldoc";
...
@@ -33,6 +33,7 @@ $opt_docdir= $PWD . "/mysqldoc";
$opt_build_command
=
undef
;
$opt_build_command
=
undef
;
$opt_changelog
=
undef
;
$opt_changelog
=
undef
;
$opt_delete
=
undef
;
$opt_delete
=
undef
;
$opt_directory
=
$PWD
;
$opt_dry_run
=
undef
;
$opt_dry_run
=
undef
;
$opt_export_only
=
undef
;
$opt_export_only
=
undef
;
$opt_help
=
$opt_verbose
=
0
;
$opt_help
=
$opt_verbose
=
0
;
...
@@ -104,7 +105,7 @@ defined($REPO=$ARGV[0]) || print_help("Please enter the BK repository to be used
...
@@ -104,7 +105,7 @@ defined($REPO=$ARGV[0]) || print_help("Please enter the BK repository to be used
system
("
bk help > /dev/null
")
==
0
or
&
abort
("
Cannot execute BitKeeper binary!
");
system
("
bk help > /dev/null
")
==
0
or
&
abort
("
Cannot execute BitKeeper binary!
");
system
("
bk root
$REPO
> /dev/null 2>&1
")
==
0
or
&
abort
("
$REPO
does not seem to be a valid BK repository!
");
system
("
bk root
$REPO
> /dev/null 2>&1
")
==
0
or
&
abort
("
$REPO
does not seem to be a valid BK repository!
");
if
((
$opt_directory
ne
"
.
"
)
&&
(
!-
d
$opt_directory
&&
!
$opt_dry_run
))
if
((
$opt_directory
ne
$PWD
)
&&
(
!-
d
$opt_directory
&&
!
$opt_dry_run
))
{
{
&
abort
("
Could not find target directory
\"
$opt_directory
\"
!
");
&
abort
("
Could not find target directory
\"
$opt_directory
\"
!
");
}
}
...
...
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