- Fix 'make package-recursive' with staging
With hat: portmgr Reviewed by: bapt Tested by: dmarker_ on freenode
This commit is contained in:
parent
9b15facab3
commit
66ff3bcafd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332467
1 changed files with 1 additions and 1 deletions
|
@ -5673,7 +5673,7 @@ actual-package-depends:
|
|||
|
||||
package-recursive: package
|
||||
@for dir in $$(${ALL-DEPENDS-LIST}); do \
|
||||
(cd $$dir; ${MAKE} package-noinstall); \
|
||||
(cd $$dir; ${MAKE} package clean); \
|
||||
done
|
||||
|
||||
# Show missing dependencies
|
||||
|
|
Loading…
Reference in a new issue