mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
- fixes to properly make a "make distclean" (some files were not removed)
(There are probably some more to fix)
libmysql/Makefile.shared:
- clean up the vio_* and ctype-* symlinks that are created by link_source
(thanks to Christian Hammers from Debian for the patch)
strings/Makefile.am:
- remove ctype_autonf.c on "make distclean" (it's generated by "configure")
This commit is contained in:
parent
76b3506802
commit
2261105194
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue