The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=be3c2087c88463c95ff733883773a59202ba12a2
commit be3c2087c88463c95ff733883773a59202ba12a2 Author: Warner Losh <i...@freebsd.org> AuthorDate: 2025-06-16 17:13:19 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2025-06-16 17:13:19 +0000 Revert "Makefile.inc1: attempt to fix pkgbase building" This was an attempt to fix b44147bb1245, but it's still not right. Per conversation on irc, revert it and the other commit so we can redo them correctly. Suggested by: bapt, kevans --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index cff150668083..97bd81f3263f 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2048,7 +2048,7 @@ package-pkg: .PHONY real-packages: stage-packages create-packages sign-packages .PHONY -real-update-packages: .PHONY create-packages +real-update-packages: .PHONY .if defined(PKG_VERSION_FROM_DIR) @echo "==> Checking for new packages (comparing ${PKG_VERSION} to ${PKG_VERSION_FROM})" @for pkg in ${PKG_VERSION_FROM_DIR}/${PKG_NAME_PREFIX}-*; do \