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
ad11366a
Commit
ad11366a
authored
May 07, 2007
by
mikron@mikael-ronstr-ms-dator.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New SCI Transporter Build scripts
parent
4cdf0fab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
BUILD/Makefile.am
BUILD/Makefile.am
+2
-0
BUILD/compile-amd64-max-sci
BUILD/compile-amd64-max-sci
+8
-0
BUILD/compile-pentium64-max-sci
BUILD/compile-pentium64-max-sci
+9
-0
No files found.
BUILD/Makefile.am
View file @
ad11366a
...
...
@@ -28,6 +28,7 @@ EXTRA_DIST = FINISH.sh \
compile-alpha-debug
\
compile-amd64-debug-max
\
compile-amd64-max
\
compile-amd64-max-sci
\
compile-darwin-mwcc
\
compile-dist
\
compile-hpux11-parisc2-aCC
\
...
...
@@ -53,6 +54,7 @@ EXTRA_DIST = FINISH.sh \
compile-pentium-valgrind-max
\
compile-pentium64-debug
\
compile-pentium64-debug-max
\
compile-pentium64-max-sci
\
compile-pentium64-valgrind-max
\
compile-ppc
\
compile-ppc-debug
\
...
...
BUILD/compile-amd64-max-sci
0 → 100644
View file @
ad11366a
#! /bin/sh
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
extra_flags
=
"
$amd64_cflags
$fast_cflags
-g"
extra_configs
=
"
$amd64_configs
$max_configs
--with-ndb-sci=/opt/DIS"
.
"
$path
/FINISH.sh"
BUILD/compile-pentium64-max-sci
0 → 100644
View file @
ad11366a
#! /bin/sh
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
extra_flags
=
"
$pentium64_cflags
$fast_cflags
-g"
extra_configs
=
"
$pentium_configs
$max_configs
--with-ndb-sci=/opt/DIS"
.
"
$path
/FINISH.sh"
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