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
fc8a7895
Commit
fc8a7895
authored
Dec 27, 2002
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixes to properly make a "make distclean" (some files were not removed)
(There are probably some more to fix)
parent
da9c19e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
libmysql/Makefile.shared
libmysql/Makefile.shared
+2
-0
strings/Makefile.am
strings/Makefile.am
+1
-0
No files found.
libmysql/Makefile.shared
View file @
fc8a7895
...
...
@@ -77,6 +77,8 @@ clean-local:
rm
-f
`
echo
$(mystringsobjects)
|
sed
"s;
\.
lo;.c;g"
`
\
`
echo
$(dbugobjects)
|
sed
"s;
\.
lo;.c;g"
`
\
`
echo
$(mysysobjects)
|
sed
"s;
\.
lo;.c;g"
`
\
`
echo
$(vio_objects)
|
sed
"s;
\.
lo;.c;g"
`
\
$(CHARSET_SRCS)
$(CHARSET_OBJS)
\
$(mystringsextra)
$(mystringsgen)
$(mysysheaders)
\
ctype_extra_sources.c ../linked_client_sources
...
...
strings/Makefile.am
View file @
fc8a7895
...
...
@@ -40,6 +40,7 @@ endif
libmystrings_a_SOURCES
=
$(ASRCS)
$(CSRCS)
noinst_PROGRAMS
=
conf_to_src
DISTCLEANFILES
=
ctype_autoconf.c
# Default charset definitions
EXTRA_DIST
=
ctype-big5.c ctype-czech.c ctype-euc_kr.c
\
ctype-gb2312.c ctype-gbk.c ctype-sjis.c
\
...
...
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