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
203dd193
Commit
203dd193
authored
Jun 18, 2008
by
Narayanan V
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed the references to mysql_h.ic in include/Makefile.am
parent
2f472dff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
include/Makefile.am
include/Makefile.am
+0
-14
No files found.
include/Makefile.am
View file @
203dd193
...
...
@@ -41,7 +41,6 @@ noinst_HEADERS = config-win.h config-netware.h my_bit.h \
# Remove built files and the symlinked directories
CLEANFILES
=
$(BUILT_SOURCES)
readline openssl
EXTRA_DIST
=
mysql_h.ic
# Some include files that may be moved and patched by configure
DISTCLEANFILES
=
sched.h
$(CLEANFILES)
...
...
@@ -63,18 +62,5 @@ my_config.h: config.h
dist-hook
:
$(RM)
-f
$(distdir)
/mysql_version.h
$(distdir)
/my_config.h
#
# Rules for checking that ABI has not changed
#
# Create a icheck file and compare it to the reference
abi_check
:
$(HEADERS_ABI) mysql_version.h mysql_h.ic
@
set
-ex
;
\
if
[
@ICHECK@
!=
no
]
;
then
\
@ICHECK@
--canonify
--skip-from-re
/usr/
-o
$@
$(HEADERS_ABI)
;
\
@ICHECK@
--compare
mysql_h.ic
$@
;
\
fi
;
\
touch
abi_check
;
# Don't update the files from bitkeeper
%
::
SCCS/s.%
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