git: 957b560af286 - main - ports-mgmt/sccache-overlay: Avoid build issues when building with the overlay on
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Nov 2021 20:11:30 UTC
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=957b560af286eada0d20b01f8d60d98545c1298a commit 957b560af286eada0d20b01f8d60d98545c1298a Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-11-25 20:03:50 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-11-25 20:09:31 +0000 ports-mgmt/sccache-overlay: Avoid build issues when building with the overlay on --- ports-mgmt/sccache-overlay/files/Mk/bsd.overlay.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports-mgmt/sccache-overlay/files/Mk/bsd.overlay.mk b/ports-mgmt/sccache-overlay/files/Mk/bsd.overlay.mk index ef11bb40df12..da959aae4e3a 100644 --- a/ports-mgmt/sccache-overlay/files/Mk/bsd.overlay.mk +++ b/ports-mgmt/sccache-overlay/files/Mk/bsd.overlay.mk @@ -41,7 +41,7 @@ sccache-start: sccache-stats: @${ECHO_MSG} "==> sccache statistics" - @${SETENV} ${_SCCACHE_ENV} ${SCCACHE_BIN} --show-stats + @${SETENV} ${_SCCACHE_ENV} ${SCCACHE_BIN} --show-stats || ${TRUE} # We let Poudriere clean up the server. Users who build locally # can stop the server with `make sccache-stop` manually or wait