mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
target/ubifsroot: fix source rule
Notice that the upstream git tree is no more, so this doesn't buy us much. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3d89b8d64e
commit
952bf43fd5
@ -13,7 +13,7 @@ MKFS_UBIFS_CAT:=$(ZCAT)
|
|||||||
MKFS_UBIFS_NAME:=mkfs.ubifs
|
MKFS_UBIFS_NAME:=mkfs.ubifs
|
||||||
|
|
||||||
$(DL_DIR)/$(MKFS_UBIFS_SOURCE):
|
$(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)
|
$(MKFS_UBIFS_DIR)/.unpacked: $(DL_DIR)/$(MKFS_UBIFS_SOURCE)
|
||||||
$(ZCAT) $(DL_DIR)/$(MKFS_UBIFS_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
$(ZCAT) $(DL_DIR)/$(MKFS_UBIFS_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
||||||
@ -108,7 +108,7 @@ ifneq ($(UBIFS_COPYTO),)
|
|||||||
@cp -f $(UBIFS_TARGET) $(UBIFS_COPYTO)
|
@cp -f $(UBIFS_TARGET) $(UBIFS_COPYTO)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ubifsroot-source: $(DL_DIR)/$(GENUBIFS_SOURCE)
|
ubifsroot-source: $(DL_DIR)/$(MKFS_UBIFS_SOURCE)
|
||||||
|
|
||||||
ubifsroot-clean:
|
ubifsroot-clean:
|
||||||
-$(MAKE) -C $(MKFS_UBIFS_DIR) clean
|
-$(MAKE) -C $(MKFS_UBIFS_DIR) clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user