The branch, master has been updated via 9120df33efdbaac82c152ed3d5995e2be7a70411 (commit) from 1ab0745f8e6896a815ce7a696d883d4d07c18677 (commit)
- Log ----------------------------------------------------------------- commit 9120df33efdbaac82c152ed3d5995e2be7a70411 Author: Thomas Adam <tho...@xteddy.org> Commit: Thomas Adam <tho...@xteddy.org> dist: Call clean target before any other action In case 'make dist' is invoked from a dirty tree which hasn't had its object files cleaned up, clean out the tree first before tarring up the files for a release. --- Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index e5a7286..a9ad5b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ EXTRA_DIST = \ CHANGES FAQ README TODO COPYING examples compat \ array.h compat.h tmux.h osdep-*.c mdoc2man.awk tmux.1 dist-hook: + make clean grep "^#found_debug=" configure find $(distdir) -name .svn -type d|xargs rm -Rf ----------------------------------------------------------------------- Summary of changes: Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- tmux ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ tmux-cvs mailing list tmux-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-cvs