mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Fix a regression in the default target chain introduced when pushing the new pkg-depends target.
Now check-sanity and all depending targets are called again With hat: portmgr
This commit is contained in:
parent
a9f847ec76
commit
7654d2a185
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290274
@ -4284,7 +4284,7 @@ _SANITY_SEQ= ${_CHROOT_SEQ} pre-everything check-makefile \
|
||||
|
||||
_PKG_DEP= check-sanity
|
||||
_PKG_SEQ= pkg-depends
|
||||
_FETCH_DEP= pkg-depends
|
||||
_FETCH_DEP= pkg
|
||||
_FETCH_SEQ= fetch-depends pre-fetch pre-fetch-script \
|
||||
do-fetch post-fetch post-fetch-script
|
||||
_EXTRACT_DEP= fetch
|
||||
@ -4329,6 +4329,10 @@ check-sanity: ${_SANITY_SEQ}
|
||||
fetch: ${_FETCH_DEP} ${_FETCH_SEQ}
|
||||
.endif
|
||||
|
||||
.if !target(pkg)
|
||||
pkg: ${_PKG_DEP} ${_PKG_SEQ}
|
||||
.endif
|
||||
|
||||
# Main logic. The loop generates 6 main targets and using cookies
|
||||
# ensures that those already completed are skipped.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user