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:
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user