Andrzej Szeszo
2013-05-12 dcb27231a7daeeffadc64e155d1a93a69c6f974b
Old pkg5 workaround
1 files modified
3 ■■■■ changed files
make-rules/ips.mk 3 ●●●● patch | view | raw | blame | history
make-rules/ips.mk
@@ -245,7 +245,8 @@
# These files should contain a list of packages that the component is known to
# depend on.  Using resolve.deps is not required, but significantly speeds up
# the "pkg resolve" step.
EXTDEPFILES = $(wildcard $(sort $(addsuffix ../resolve.deps, $(dir $(DEPENDED)))))
# XXX existing pkg5 is too old for that
#EXTDEPFILES = $(wildcard $(sort $(addsuffix ../resolve.deps, $(dir $(DEPENDED)))))
# This is a target that should only be run by hand, and not something that
# .resolved-$(MACH) should depend on.