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
f1c83e72
Commit
f1c83e72
authored
Aug 29, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-4.1-maint
into maint2.mysql.com:/data/localhome/tsmith/bk/41
parents
9aa12815
09eee30b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
BUILD/SETUP.sh
BUILD/SETUP.sh
+3
-9
No files found.
BUILD/SETUP.sh
View file @
f1c83e72
#!/bin/sh
#!/bin/sh
if
!
test
-f
sql/mysqld.cc
if
test
!
-f
sql/mysqld.cc
then
then
echo
"You must run this script from the MySQL top-level directory"
echo
"You must run this script from the MySQL top-level directory"
exit
1
exit
1
...
@@ -109,12 +109,6 @@ fi
...
@@ -109,12 +109,6 @@ fi
# (returns 0 if finds lines)
# (returns 0 if finds lines)
if
ccache
-V
>
/dev/null 2>&1
if
ccache
-V
>
/dev/null 2>&1
then
then
if
!
(
echo
"
$CC
"
|
grep
"ccache"
>
/dev/null
)
echo
"
$CC
"
|
grep
"ccache"
>
/dev/null
||
CC
=
"ccache
$CC
"
then
echo
"
$CXX
"
|
grep
"ccache"
>
/dev/null
||
CXX
=
"ccache
$CXX
"
CC
=
"ccache
$CC
"
fi
if
!
(
echo
"
$CXX
"
|
grep
"ccache"
>
/dev/null
)
then
CXX
=
"ccache
$CXX
"
fi
fi
fi
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