Revert "Makefile.inc1: attempt to fix pkgbase building"

This was an attempt to fix b44147bb12, 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
This commit is contained in:
Warner Losh
2025-06-16 11:13:19 -06:00
parent a2f579635f
commit be3c2087c8
+1 -1
View File
@@ -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 \