Module Name:    src
Committed By:   christos
Date:           Thu Jul 24 15:16:26 UTC 2014

Modified Files:
        src/external/bsd/tmux: prepare-import.sh

Log Message:
cleanup more trash that are in the distribution.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/tmux/prepare-import.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/tmux/prepare-import.sh
diff -u src/external/bsd/tmux/prepare-import.sh:1.3 src/external/bsd/tmux/prepare-import.sh:1.4
--- src/external/bsd/tmux/prepare-import.sh:1.3	Thu Jul 24 11:03:30 2014
+++ src/external/bsd/tmux/prepare-import.sh	Thu Jul 24 11:16:26 2014
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $NetBSD: prepare-import.sh,v 1.3 2014/07/24 15:03:30 christos Exp $
+# $NetBSD: prepare-import.sh,v 1.4 2014/07/24 15:16:26 christos Exp $
 #
 # Use this script to recreate the 'dist' subdirectory from a newly released
 # distfile.  The script takes care of unpacking the distfile, removing any
@@ -57,6 +57,8 @@ get_distname() {
 cleanup_dist() {
 	log "Removing unnecessary files from dist"
 	( cd dist && rm -rf ${CLEAN_PATTERNS} )
+	find dist -name .deps -exec rm -fr {} +
+	find dist -name .dirstamp -exec rm -f {} +
 }
 
 diff_dirs() {

Reply via email to