dist cleaning should match make fetch, namely also remove any left-over
.part files as noticed by f.holop...
This commit is contained in:
parent
97d84ba14a
commit
a259946345
@ -1,6 +1,6 @@
|
||||
#-*- mode: Makefile; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
# $OpenBSD: bsd.port.mk,v 1.1533 2020/04/08 09:15:39 espie Exp $
|
||||
# $OpenBSD: bsd.port.mk,v 1.1534 2020/04/20 11:49:57 espie Exp $
|
||||
#
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
@ -3229,7 +3229,7 @@ _internal-clean:
|
||||
.if ${_clean:Mdist}
|
||||
@${ECHO_MSG} "===> Dist cleaning for ${FULLPKGNAME${SUBPACKAGE}}"
|
||||
@if cd ${DISTDIR} 2>/dev/null; then \
|
||||
${_PFETCH} rm -f ${MAKESUMFILES}; \
|
||||
${_PFETCH} rm -f ${MAKESUMFILES} ${MAKESUMFILES:S/$/.part/}; \
|
||||
fi
|
||||
. if !empty(DIST_SUBDIR)
|
||||
-@${_PFETCH} rmdir ${FULLDISTDIR}
|
||||
|
Loading…
x
Reference in New Issue
Block a user