Add a missing redirect to ensure that all files are picked up for
hashing.
This commit is contained in:
parent
777547d0be
commit
84342eb5e0
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: metadata.mk,v 1.25 2020/05/21 18:48:43 rillig Exp $
|
||||
# $NetBSD: metadata.mk,v 1.26 2020/05/22 01:24:05 joerg Exp $
|
||||
|
||||
######################################################################
|
||||
### The targets below are all PRIVATE.
|
||||
|
@ -139,6 +139,7 @@ ${_BUILD_VERSION_FILE}:
|
|||
${TEST} ! -f "$$f" || ${ECHO} "$$f"; \
|
||||
done
|
||||
${RUN} \
|
||||
exec 1>>${.TARGET}.tmp; \
|
||||
for f in ${.CURDIR}/Makefile ${PKGDIR}/*; do \
|
||||
${TEST} ! -f "$$f" || ${ECHO} "$$f"; \
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue