-find $(TARGET_DIR) -type d -name CVS | xargs rm -rf
-find $(TARGET_DIR) -type d -name .svn | xargs rm -rf
-source: $(TARGETS_SOURCE)
+source: $(TARGETS_SOURCE) $(HOST_SOURCE)
#############################################################
#
Run commands in an environment faking root privileges.
http://joostje.op.het.net/fakeroot/
+
+# dummy for fakeroot-source
+config BR2_HOST_FAKEROUTE
+ bool
+ default n
ifeq ($(strip $(BR2_PACKAGE_FAKEROOT)),y)
TARGETS+=fakeroot
endif
+
+ifeq ($(strip $(BR2_HOST_FAKEROUTE)),y)
+HOST_SOURCE+=fakeroot-source
+endif
config BR2_TARGET_ROOTFS_CPIO
- bool "cpio the root filesystem"
- default n
- help
- Build a cpio archive of the root filesystem
+ bool "cpio the root filesystem"
+ default n
+ select BR2_HOST_FAKEROUTE
+ help
+ Build a cpio archive of the root filesystem
config BR2_TARGET_ROOTFS_CRAMFS
bool "cramfs root filesystem"
default n
+ select BR2_HOST_FAKEROUTE
help
Build a cramfs root filesystem
config BR2_TARGET_ROOTFS_EXT2
bool "ext2 root filesystem"
default y
+ select BR2_HOST_FAKEROUTE
help
Build an ext2 root filesystem
depends on BR2_i386
select BR2_TARGET_ROOTFS_EXT2
select BR2_TARGET_GRUB
+ select BR2_HOST_FAKEROUTE
help
Build a bootable iso9660 image
config BR2_TARGET_ROOTFS_JFFS2
bool "jffs2 root filesystem"
default n
+ select BR2_HOST_FAKEROUTE
select BR2_PACKAGE_MTD
help
Build a jffs2 root filesystem
config BR2_TARGET_ROOTFS_SQUASHFS
bool "squashfs root filesystem"
default n
+ select BR2_HOST_FAKEROUTE
help
Build a squashfs root filesystem
config BR2_TARGET_ROOTFS_TAR
bool "tar the root filesystem"
default n
+ select BR2_HOST_FAKEROUTE
help
Build a tar archive of the root filesystem