diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-02 22:45:15 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:33 +0200 |
commit | d36ca79149b027db4f4fd8d3a347c919f90e23c6 (patch) | |
tree | dd69fce775fcf1c2a257a251435ecab88067c3ea | |
parent | 1f5c3ccdceac58b2a4af6fc22fb49041462cc04f (diff) | |
download | buildroot-novena-d36ca79149b027db4f4fd8d3a347c919f90e23c6.tar.gz buildroot-novena-d36ca79149b027db4f4fd8d3a347c919f90e23c6.zip |
target/tar: cleanup
Remove dependency on BR2_HOST_FAKEROOT.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | target/tar/Config.in | 1 | ||||
-rw-r--r-- | target/tar/tarroot.mk | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/target/tar/Config.in b/target/tar/Config.in index 020965480..ae024094a 100644 --- a/target/tar/Config.in +++ b/target/tar/Config.in @@ -1,6 +1,5 @@ config BR2_TARGET_ROOTFS_TAR bool "tar the root filesystem" - select BR2_HOST_FAKEROOT help Build a tar archive of the root filesystem diff --git a/target/tar/tarroot.mk b/target/tar/tarroot.mk index a7e95df98..d082672ce 100644 --- a/target/tar/tarroot.mk +++ b/target/tar/tarroot.mk @@ -48,12 +48,6 @@ ifneq ($(ROOTFS_TAR_COPYTO),) endif -@rm -f $(BUILD_DIR)/_fakeroot.$(notdir $(TAR_TARGET)) -tarroot-source: - -tarroot-clean: - -tarroot-dirclean: - ############################################################# # # Toplevel Makefile options |