|
@@ -698,6 +698,9 @@ $(1)-show-version:
|
|
$(1)-show-depends:
|
|
$(1)-show-depends:
|
|
@echo $$($(2)_FINAL_ALL_DEPENDENCIES)
|
|
@echo $$($(2)_FINAL_ALL_DEPENDENCIES)
|
|
|
|
|
|
|
|
+$(1)-show-rdepends:
|
|
|
|
+ @echo $$($(2)_RDEPENDENCIES)
|
|
|
|
+
|
|
$(1)-graph-depends: graph-depends-requirements
|
|
$(1)-graph-depends: graph-depends-requirements
|
|
@$$(INSTALL) -d $$(GRAPHS_DIR)
|
|
@$$(INSTALL) -d $$(GRAPHS_DIR)
|
|
@cd "$$(CONFIG_DIR)"; \
|
|
@cd "$$(CONFIG_DIR)"; \
|
|
@@ -854,6 +857,10 @@ $$(foreach pkg,$$($(2)_PROVIDES),\
|
|
$$(eval $$(call virt-provides-single,$$(pkg),$$(call UPPERCASE,$$(pkg)),$(1))$$(sep)))
|
|
$$(eval $$(call virt-provides-single,$$(pkg),$$(call UPPERCASE,$$(pkg)),$(1))$$(sep)))
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+# Register package as a reverse-dependencies of all its dependencies
|
|
|
|
+$$(eval $$(foreach p,$$($(2)_FINAL_ALL_DEPENDENCIES),\
|
|
|
|
+ $$(call UPPERCASE,$$(p))_RDEPENDENCIES += $(1)$$(sep)))
|
|
|
|
+
|
|
# Ensure unified variable name conventions between all packages Some
|
|
# Ensure unified variable name conventions between all packages Some
|
|
# of the variables are used by more than one infrastructure; so,
|
|
# of the variables are used by more than one infrastructure; so,
|
|
# rather than duplicating the checks in each infrastructure, we check
|
|
# rather than duplicating the checks in each infrastructure, we check
|