mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	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.
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user