diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2006-11-29 20:22:58 +0100 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2006-11-29 20:22:58 +0100 |
commit | 3b1abddb25b722d12b5dbf224ca36e83df404e44 (patch) | |
tree | edb131f81b92de9050e44271034ae01a589d3463 /Makefile.am | |
parent | d765ed0c372d042995ad8ac73bd03fddde78d0b3 (diff) | |
download | mariadb-git-3b1abddb25b722d12b5dbf224ca36e83df404e44.tar.gz |
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)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 12a867c1ad7..38e6a28b1b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |