View | Details | Raw Unified | Return to bug 19051
Collapse All | Expand All

(-)bsd.port.mk (+7 lines)
Lines 2517-2522 Link Here
2517
	done
2517
	done
2518
.endif
2518
.endif
2519
2519
2520
.if !target(fetchdepends)
2521
fetchdepends:
2522
	@for dir in $$(${CLEAN-DEPENDS-LIST}); do \
2523
		(cd $$dir; ${MAKE} fetch); \
2524
	done
2525
.endif
2526
2520
# Dependency lists: build and runtime.  Print out directory names.
2527
# Dependency lists: build and runtime.  Print out directory names.
2521
2528
2522
build-depends-list:
2529
build-depends-list:

Return to bug 19051