summaryrefslogtreecommitdiff
path: root/target/makedevs/makedevs.mk
AgeCommit message (Collapse)Author
2009-04-01makedevs: install into HOST_DIRPeter Korsgaard
2006-10-06- use the HOSTCC given by the user.Bernhard Reutner-Fischer
2006-04-07rework fakeroot handling to avoid races during parallel make causing severalEric Andersen
fakeroot instances stomping eachother's temp files.
2005-12-21- use HOSTCC instead of hardcoded compiler which may or may not be available.Bernhard Reutner-Fischer
2005-08-08Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen
inodes by carefully regenerating fakeroot.env from package specific files.
2005-06-24Finish implementing fakeroot handling so mksquashfs properlyEric Andersen
inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively.
2005-06-24Use fakeroot and makedevs to fake mksquashfs into building properly setup fileEric Andersen
permissions and device nodes into the target rootfs without needing to be root.
2005-06-09Add a standalone makedevs application to be used along withEric Andersen
fakeroot to construct target device nodes for filesystems and utilities (such as tar) that do not currently support device tables natively.