mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Makefile.am:
Remove soft links before creating source TAR, to avoid file copies (bug#11865) Makefile.am: Remove soft links before creating source TAR, to avoid file copies (bug#11865)
This commit is contained in:
parent
d765ed0c37
commit
3b1abddb25
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ bin-dist: all
|
|||
# Remove BK's "SCCS" subdirectories from source distribution
|
||||
dist-hook:
|
||||
rm -rf `find $(distdir) -type d -name SCCS -print`
|
||||
rm -f `find $(distdir) -type l -print`
|
||||
|
||||
tags:
|
||||
support-files/build-tags
|
||||
|
|
Loading…
Add table
Reference in a new issue