cleanup more trash that are in the distribution.

This commit is contained in:
christos 2014-07-24 15:16:26 +00:00
parent 6f67af7a74
commit c502590077
1 changed files with 3 additions and 1 deletions

View File

@ -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() {