Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - use the HOSTCC given by the user. | Bernhard Reutner-Fischer | 2006-10-06 | 1 | -1/+1 |
| | |||||
* | rework fakeroot handling to avoid races during parallel make causing several | Eric Andersen | 2006-04-07 | 1 | -5/+1 |
| | | | | fakeroot instances stomping eachother's temp files. | ||||
* | - use HOSTCC instead of hardcoded compiler which may or may not be available. | Bernhard Reutner-Fischer | 2005-12-21 | 1 | -1/+1 |
| | |||||
* | Prevent problems with fakeroot possibly trying to use stale host filesystem | Eric Andersen | 2005-08-08 | 1 | -0/+4 |
| | | | | inodes by carefully regenerating fakeroot.env from package specific files. | ||||
* | Finish implementing fakeroot handling so mksquashfs properly | Eric Andersen | 2005-06-24 | 1 | -3/+4 |
| | | | | | inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively. | ||||
* | Use fakeroot and makedevs to fake mksquashfs into building properly setup file | Eric Andersen | 2005-06-24 | 1 | -1/+5 |
| | | | | permissions and device nodes into the target rootfs without needing to be root. | ||||
* | Add a standalone makedevs application to be used along with | Eric Andersen | 2005-06-09 | 1 | -0/+27 |
fakeroot to construct target device nodes for filesystems and utilities (such as tar) that do not currently support device tables natively. |