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
50783e17
Commit
50783e17
authored
May 28, 2010
by
Davi Arnaut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove build files which relied on the now defunct make-ccc files.
parent
c04f97e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
86 deletions
+0
-86
BUILD/Makefile.am
BUILD/Makefile.am
+0
-2
BUILD/compile-alpha-ccc
BUILD/compile-alpha-ccc
+0
-41
BUILD/compile-alpha-cxx
BUILD/compile-alpha-cxx
+0
-43
No files found.
BUILD/Makefile.am
View file @
50783e17
...
...
@@ -25,8 +25,6 @@ EXTRA_DIST = FINISH.sh \
check-cpu
\
cleanup
\
compile-alpha
\
compile-alpha-ccc
\
compile-alpha-cxx
\
compile-alpha-debug
\
compile-amd64-debug-max
\
compile-amd64-debug-max-no-ndb
\
...
...
BUILD/compile-alpha-ccc
deleted
100755 → 0
View file @
c04f97e3
#! /bin/sh
/bin/rm
-f
*
/.deps/
*
.P
*
/
*
.o
make
-k
maintainer-clean
/bin/rm
-f
*
/.deps/
*
.P
*
/
*
.o
/bin/rm
-f
config.cache mysql-
*
.tar.gz
path
=
`
dirname
$0
`
.
"
$path
/autorun.sh"
CC
=
ccc
CFLAGS
=
"-fast -O3 -fomit-frame-pointer"
CXX
=
gcc
CXXFLAGS
=
"-O6 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti -mcpu=ev6 -Wa,-mev6"
CXXLDFLAGS
=
'/usr/lib/compaq/libots-2.2.7/libots.so /usr/lib/compaq/cpml-5.0.0/libcpml_ev6.a'
./configure
--prefix
=
/usr/local/mysql
--disable-shared
--with-extra-charsets
=
complex
--enable-thread-safe-client
make
rm
*
/.deps/
*
make
if
[
$?
=
0
]
then
rm
*
/.deps/
*
bin/mysqladmin shutdown
sur make
install
if
[
$?
=
0
]
then
scripts/make_binary_distribution
fi
fi
exit
# This should give better performance by compiling many files at once, but
# according to our benchmarks there isn't any real difference.
pwd
=
`
pwd
`
for
i
in
*
/make-ccc
do
cd
`
dirname
$i
`
make-ccc
cd
$pwd
done
cd
sql
rm
mysqld .deps/
*
.P
make mysqld
cd
$pwd
BUILD/compile-alpha-cxx
deleted
100755 → 0
View file @
c04f97e3
#! /bin/sh
/bin/rm
-f
*
/.deps/
*
.P
*
/
*
.o
make
-k
maintainer-clean
/bin/rm
-f
*
/.deps/
*
.P
*
/
*
.o
/bin/rm
-f
*
/.deps/
*
.P config.cache storage/innobase/config.cache mysql-
*
.tar.gz
path
=
`
dirname
$0
`
.
"
$path
/autorun.sh"
CC
=
ccc
CFLAGS
=
"-fast"
CXX
=
cxx
CXXFLAGS
=
"-fast -noexceptions -nortti"
./configure
--prefix
=
/usr/local/mysql
--disable-shared
--with-extra-charsets
=
complex
--enable-thread-safe-client
--with-mysqld-ldflags
=
-non_shared
--with-client-ldflags
=
-non_shared
--without-extra-tools
--disable-dependency-tracking
make
-j2
find
.
-name
".deps"
| xargs
rm
-r
make
if
[
$?
=
0
]
then
find
.
-name
".deps"
| xargs
rm
-r
bin/mysqladmin shutdown
sur make
install
if
[
$?
=
0
]
then
scripts/make_binary_distribution
fi
make
test
fi
exit
# This should give better performance by compiling many files at once, but
# according to our benchmarks there isn't any real difference.
pwd
=
`
pwd
`
for
i
in
*
/make-ccc
do
cd
`
dirname
$i
`
make-ccc
cd
$pwd
done
cd
sql
rm
mysqld .deps/
*
.P
make mysqld
cd
$pwd
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