mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Delete subversion directories before the actual tarball is created.
This commit is contained in:
@ -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@
|
||||||
|
Reference in New Issue
Block a user