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
12aa7e5e
Commit
12aa7e5e
authored
Sep 29, 2001
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for make dist
parent
5293d2ea
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
innobase/include/Makefile.am
innobase/include/Makefile.am
+2
-0
innobase/include/Makefile.i
innobase/include/Makefile.i
+1
-1
libmysql/Makefile.am
libmysql/Makefile.am
+3
-3
support-files/mysql.server.sh
support-files/mysql.server.sh
+1
-1
No files found.
innobase/include/Makefile.am
View file @
12aa7e5e
...
...
@@ -55,5 +55,7 @@ noinst_HEADERS = btr0btr.h btr0btr.ic btr0cur.h btr0cur.ic \
ut0dbg.h ut0lst.h ut0mem.h ut0mem.ic ut0rnd.h ut0rnd.ic
\
ut0sort.h ut0ut.h ut0ut.ic
EXTRA_DIST
=
Makefile.i
# Don't update the files from bitkeeper
%
::
SCCS/s.%
innobase/include/Makefile.i
View file @
12aa7e5e
...
...
@@ -2,7 +2,7 @@
libsdir
=
../libs
INCLUDES
=
-I
../../include
-I
../include
INCLUDES
=
-I
$(srcdir)
/../include
-I
$(srcdir)
/../../include
-I
../
../include
# Don't update the files from bitkeeper
%
::
SCCS/s.%
libmysql/Makefile.am
View file @
12aa7e5e
...
...
@@ -71,11 +71,11 @@ link_sources:
# keep only the stubs for safemalloc.c and debug.c
#
# A list of needed headers collected from the deps information 000213
nh
=
global.h config-win32.h dbug.h errmsg.h global
.h
\
nh
=
my_global.h config-win32.h dbug.h errmsg
.h
\
m_ctype.h m_string.h
\
my_alarm.h my_config.h my_dir.h my_list.h my_net.h my_sys.h
\
mysql.h mysql_com.h mysql_version.h mysqld_error.h
mysys_err.h
\
my_pthread.h thr_alarm.h violite.h hash.h
mysql.h mysql_com.h mysql_version.h mysqld_error.h
\
my
sys_err.h my
_pthread.h thr_alarm.h violite.h hash.h
# Get a list of the needed objects
lobjs
=
$(mysysobjects1)
$(dbugobjects)
$(mystringsobjects)
...
...
support-files/mysql.server.sh
View file @
12aa7e5e
...
...
@@ -118,7 +118,7 @@ case "$mode" in
'stop'
)
# Stop daemon. We use a signal here to avoid having to know the
# root password.
if
test
-
f
"
$pid_file
"
if
test
-
s
"
$pid_file
"
then
mysqld_pid
=
`
cat
$pid_file
`
echo
"Killing mysqld with pid
$mysqld_pid
"
...
...
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