mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue