Add a <fs>-root-show-depends target
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -57,6 +57,9 @@ ifeq ($$(BR2_TARGET_ROOTFS_$(2)_LZMA),y)
|
|||||||
$(LZMA) -9 -c $$@ > $$@.lzma
|
$(LZMA) -9 -c $$@ > $$@.lzma
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
$(1)-root-show-depends:
|
||||||
|
@echo $(ROOTFS_$(2)_DEPENDENCIES) host-fakeroot host-makedevs $(if $(BR2_TARGET_ROOTFS_$(2)_LZMA),host-lzma)
|
||||||
|
|
||||||
$(1)-root: $(BINARIES_DIR)/rootfs.$(1)
|
$(1)-root: $(BINARIES_DIR)/rootfs.$(1)
|
||||||
|
|
||||||
ifeq ($$(BR2_TARGET_ROOTFS_$(2)),y)
|
ifeq ($$(BR2_TARGET_ROOTFS_$(2)),y)
|
||||||
|
|||||||
Reference in New Issue
Block a user