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
@ -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…
x
Reference in New Issue
Block a user