Commit 952bf43f authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

target/ubifsroot: fix source rule



Notice that the upstream git tree is no more, so this doesn't buy us
much.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 3d89b8d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ MKFS_UBIFS_CAT:=$(ZCAT)
MKFS_UBIFS_NAME:=mkfs.ubifs

$(DL_DIR)/$(MKFS_UBIFS_SOURCE):
	$(call DOWNLOAD,"$(MKFS_UBIFS_URL)")
	$(WGET) -O $(DL_DIR)/$(MKFS_UBIFS_SOURCE) "$(MKFS_UBIFS_URL)"

$(MKFS_UBIFS_DIR)/.unpacked: $(DL_DIR)/$(MKFS_UBIFS_SOURCE)
	$(ZCAT) $(DL_DIR)/$(MKFS_UBIFS_SOURCE) | tar -C $(BUILD_DIR) -xvf -
@@ -108,7 +108,7 @@ ifneq ($(UBIFS_COPYTO),)
	@cp -f $(UBIFS_TARGET) $(UBIFS_COPYTO)
endif

ubifsroot-source: $(DL_DIR)/$(GENUBIFS_SOURCE)
ubifsroot-source: $(DL_DIR)/$(MKFS_UBIFS_SOURCE)

ubifsroot-clean:
	-$(MAKE) -C $(MKFS_UBIFS_DIR) clean