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
8fcaea9a
Commit
8fcaea9a
authored
Jul 15, 2010
by
Davi Arnaut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL#5486: Remove code for unsupported platforms
Restore hack necessary to setup a libmysqld archive.
parent
ef6db325
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
libmysqld/Makefile.am
libmysqld/Makefile.am
+16
-0
No files found.
libmysqld/Makefile.am
View file @
8fcaea9a
...
@@ -157,6 +157,22 @@ if DARWIN_MWCC
...
@@ -157,6 +157,22 @@ if DARWIN_MWCC
mwld
-lib
-o
$@
libmysqld_int.a
`echo
$(INC_LIB)
|
sort
-u`
$(storageobjects)
mwld
-lib
-o
$@
libmysqld_int.a
`echo
$(INC_LIB)
|
sort
-u`
$(storageobjects)
else
else
-rm
-f
libmysqld.a
-rm
-f
libmysqld.a
current_dir
=
`
pwd
`
;
\
rm
-rf
tmp
;
mkdir
tmp
;
\
(
for
arc
in
$(INC_LIB)
./libmysqld_int.a
;
do
\
arpath
=
`
echo
$$
arc|sed
's|[^/]*$$||'
|sed
's|\.libs/$$||'
`
;
\
artmp
=
`
echo
$$
arc|sed
's|^.*/|tmp/lib-|'
`
;
\
for
F
in
`
$(AR)
t
$$
arc |
grep
-v
SYMDEF
`
;
do
\
if
test
-e
"
$$
arpath/
$$
F"
;
then
echo
"
$$
arpath/
$$
F"
;
else
\
mkdir
$$
artmp
;
cd
$$
artmp
>
/dev/null
;
\
$(AR)
x ../../
$$
arc
;
\
cd
$$
current_dir
>
/dev/null
;
\
ls
$$
artmp/
*
|
grep
-v
SYMDEF
;
\
continue
2
;
fi
;
done
;
\
done
;
echo
$(libmysqld_a_DEPENDENCIES)
)
|
sort
-u
| xargs
$(AR)
cq libmysqld.a
;
\
$(AR)
r libmysqld.a
$(storageobjects)
;
\
$(RANLIB)
libmysqld.a
;
\
rm
-rf
tmp
endif
endif
## XXX: any time the client interface changes, we'll need to bump
## XXX: any time the client interface changes, we'll need to bump
...
...
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