mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
target/tar: cleanup
Remove dependency on BR2_HOST_FAKEROOT. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
1f5c3ccdce
commit
d36ca79149
@ -1,6 +1,5 @@
|
|||||||
config BR2_TARGET_ROOTFS_TAR
|
config BR2_TARGET_ROOTFS_TAR
|
||||||
bool "tar the root filesystem"
|
bool "tar the root filesystem"
|
||||||
select BR2_HOST_FAKEROOT
|
|
||||||
help
|
help
|
||||||
Build a tar archive of the root filesystem
|
Build a tar archive of the root filesystem
|
||||||
|
|
||||||
|
@ -48,12 +48,6 @@ ifneq ($(ROOTFS_TAR_COPYTO),)
|
|||||||
endif
|
endif
|
||||||
-@rm -f $(BUILD_DIR)/_fakeroot.$(notdir $(TAR_TARGET))
|
-@rm -f $(BUILD_DIR)/_fakeroot.$(notdir $(TAR_TARGET))
|
||||||
|
|
||||||
tarroot-source:
|
|
||||||
|
|
||||||
tarroot-clean:
|
|
||||||
|
|
||||||
tarroot-dirclean:
|
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
# Toplevel Makefile options
|
# Toplevel Makefile options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user