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
8bc05cfb
Commit
8bc05cfb
authored
Feb 12, 2003
by
serg@serg.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh syntax is like that :)
parent
c974f42a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
BUILD/FINISH.sh
BUILD/FINISH.sh
+5
-5
No files found.
BUILD/FINISH.sh
View file @
8bc05cfb
...
...
@@ -13,11 +13,11 @@ commands="\
$make
-k clean || true
/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache
if [ ! aclocal ] ; then echo
\"
Can't execute aclocal
\"
; exit 1; fi
if [ ! autoheader ] ; then echo
\"
Can't execute autoheader
\"
; exit 1; fi
if [ ! aclocal ] ; then echo
\"
Can't execute aclocal
\"
; exit 1; fi
if [ ! automake ] ; then echo
\"
Can't execute automake
\"
; exit 1; fi
if [ ! autoconf ] ; then echo
\"
Can't execute autoconf
\"
; exit 1; fi
aclocal || (echo
\"
Can't execute aclocal
\"
&& exit 1)
autoheader || (echo
\"
Can't execute autoheader
\"
&& exit 1)
aclocal || (echo
\"
Can't execute aclocal
\"
&& exit 1)
automake || (echo
\"
Can't execute automake
\"
&& exit 1)
autoconf || (echo
\"
Can't execute autoconf
\"
&& exit 1)
(cd bdb/dist && sh s_all)
(cd innobase && aclocal && autoheader && aclocal && automake && autoconf)
if [ -d gemini ]
...
...
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