Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | makedevs: install into HOST_DIR | Peter Korsgaard | 2009-04-01 | 1 | -8/+6 |
| | |||||
* | Compiling current SVN fails with the following error for me: | Thomas Petazzoni | 2008-12-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | cc1: warnings being treated as errors buildroot/buildroot/build_powerpc/makedevs/makedevs.c: In function main: buildroot/buildroot/build_powerpc/makedevs/makedevs.c:531: error: ignoring return value of system, declared with attribute warn_unused_result This change adds a simple warning if system() fails. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | - make it work with MacOSX. Closes #1252 | Bernhard Reutner-Fischer | 2007-03-20 | 1 | -2/+3 |
| | |||||
* | - use makedev to get device number, else it gives wrong major/minor numbers ↵ | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -2/+2 |
| | | | | | | to devices files on systems which use big device numbers. Closes #919 | ||||
* | - use the HOSTCC given by the user. | Bernhard Reutner-Fischer | 2006-10-06 | 1 | -1/+1 |
| | |||||
* | try to make sure results actually make it to disk | Eric Andersen | 2006-04-11 | 1 | -0/+2 |
| | |||||
* | 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. | ||||
* | - fix check for group and user (untested..) | Bernhard Reutner-Fischer | 2005-12-21 | 1 | -2/+2 |
| | |||||
* | - 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. | ||||
* | Fixup standalong makedevs to handle regular files, and also fix | Eric Andersen | 2005-07-18 | 1 | -1/+32 |
| | | | | it to properly update file permissions as specified. | ||||
* | minor cleanups | Eric Andersen | 2005-06-24 | 1 | -45/+54 |
| | |||||
* | Finish implementing fakeroot handling so mksquashfs properly | Eric Andersen | 2005-06-24 | 2 | -26/+39 |
| | | | | | 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 | 2 | -0/+506 |
fakeroot to construct target device nodes for filesystems and utilities (such as tar) that do not currently support device tables natively. |