Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ $(TARGET_DIR): -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) ############################################################# # Loading package/fakeroot/Config.in +5 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,8 @@ config BR2_PACKAGE_FAKEROOT 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 package/fakeroot/fakeroot.mk +4 −0 Original line number Diff line number Diff line Loading @@ -122,3 +122,7 @@ fakeroot-dirclean: ifeq ($(strip $(BR2_PACKAGE_FAKEROOT)),y) TARGETS+=fakeroot endif ifeq ($(strip $(BR2_HOST_FAKEROUTE)),y) HOST_SOURCE+=fakeroot-source endif target/cpio/Config.in +5 −4 Original line number Diff line number Diff line config BR2_TARGET_ROOTFS_CPIO bool "cpio the root filesystem" default n select BR2_HOST_FAKEROUTE help Build a cpio archive of the root filesystem target/cramfs/Config.in +1 −0 Original line number Diff line number Diff line config BR2_TARGET_ROOTFS_CRAMFS bool "cramfs root filesystem" default n select BR2_HOST_FAKEROUTE help Build a cramfs root filesystem Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ $(TARGET_DIR): -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) ############################################################# # Loading
package/fakeroot/Config.in +5 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,8 @@ config BR2_PACKAGE_FAKEROOT 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
package/fakeroot/fakeroot.mk +4 −0 Original line number Diff line number Diff line Loading @@ -122,3 +122,7 @@ fakeroot-dirclean: ifeq ($(strip $(BR2_PACKAGE_FAKEROOT)),y) TARGETS+=fakeroot endif ifeq ($(strip $(BR2_HOST_FAKEROUTE)),y) HOST_SOURCE+=fakeroot-source endif
target/cpio/Config.in +5 −4 Original line number Diff line number Diff line config BR2_TARGET_ROOTFS_CPIO bool "cpio the root filesystem" default n select BR2_HOST_FAKEROUTE help Build a cpio archive of the root filesystem
target/cramfs/Config.in +1 −0 Original line number Diff line number Diff line config BR2_TARGET_ROOTFS_CRAMFS bool "cramfs root filesystem" default n select BR2_HOST_FAKEROUTE help Build a cramfs root filesystem Loading