summaryrefslogtreecommitdiffstats
path: root/package/fakeroot/fakeroot.mk
diff options
context:
space:
mode:
authorEric Andersen2005-06-24 07:02:00 +0200
committerEric Andersen2005-06-24 07:02:00 +0200
commitafcdf8a01a2d54edb7a217f8c7c1e74e1fb8758b (patch)
tree5ca20b55bb4894ed6d91282e96eeaf2d77982b7f /package/fakeroot/fakeroot.mk
parentmksquashfs is always rebuilt before generating rootfs image. The attached (diff)
downloadbuildroot-afcdf8a01a2d54edb7a217f8c7c1e74e1fb8758b.tar.gz
buildroot-afcdf8a01a2d54edb7a217f8c7c1e74e1fb8758b.tar.xz
buildroot-afcdf8a01a2d54edb7a217f8c7c1e74e1fb8758b.zip
Use fakeroot and makedevs to fake mksquashfs into building properly setup file
permissions and device nodes into the target rootfs without needing to be root.
Diffstat (limited to 'package/fakeroot/fakeroot.mk')
-rw-r--r--package/fakeroot/fakeroot.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/fakeroot/fakeroot.mk b/package/fakeroot/fakeroot.mk
index e3b8d7343..3ab83dffa 100644
--- a/package/fakeroot/fakeroot.mk
+++ b/package/fakeroot/fakeroot.mk
@@ -40,8 +40,6 @@ $(FAKEROOT_DIR1)/faked: $(FAKEROOT_DIR1)/.configured
$(STAGING_DIR)/usr/bin/fakeroot: $(FAKEROOT_DIR1)/faked
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(FAKEROOT_DIR1) install
- #-mv $(TARGET_DIR)/usr/bin/$(ARCH)-linux-faked $(TARGET_DIR)/usr/bin/faked
- #-mv $(TARGET_DIR)/usr/bin/$(ARCH)-linux-fakeroot $(TARGET_DIR)/usr/bin/fakeroot
host-fakeroot: uclibc $(STAGING_DIR)/usr/bin/fakeroot