mirror of
https://github.com/tmux/tmux.git
synced 2025-01-26 07:58:55 +00:00
Delete subversion directories before the actual tarball is created.
This commit is contained in:
parent
31def00f59
commit
df69ee07e2
@ -10,7 +10,7 @@ EXTRA_DIST = \
|
|||||||
array.h compat.h tmux.h osdep-*.c
|
array.h compat.h tmux.h osdep-*.c
|
||||||
dist-hook:
|
dist-hook:
|
||||||
grep "^#found_debug=" configure
|
grep "^#found_debug=" configure
|
||||||
find $(distdir) -name CVS -type d|xargs rm -Rf
|
find $(distdir) -name .svn -type d|xargs rm -Rf
|
||||||
|
|
||||||
# Preprocessor flags.
|
# Preprocessor flags.
|
||||||
CPPFLAGS += @XOPEN_DEFINES@
|
CPPFLAGS += @XOPEN_DEFINES@
|
||||||
|
Loading…
Reference in New Issue
Block a user