Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/tmux cleanup more trash that are in the distrib...



details:   https://anonhg.NetBSD.org/src/rev/e12639627ae3
branches:  trunk
changeset: 330859:e12639627ae3
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 24 15:16:26 2014 +0000

description:
cleanup more trash that are in the distribution.

diffstat:

 external/bsd/tmux/prepare-import.sh |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e1423b502631 -r e12639627ae3 external/bsd/tmux/prepare-import.sh
--- a/external/bsd/tmux/prepare-import.sh       Thu Jul 24 15:12:20 2014 +0000
+++ b/external/bsd/tmux/prepare-import.sh       Thu Jul 24 15:16:26 2014 +0000
@@ -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 @@
 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() {



Home | Main Index | Thread Index | Old Index