From be3c2087c88463c95ff733883773a59202ba12a2 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 16 Jun 2025 11:13:19 -0600 Subject: [PATCH] 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 cff15066808..97bd81f3263 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 \