summaryrefslogtreecommitdiffstats
path: root/target/makedevs
Commit message (Expand)AuthorAgeFilesLines
* makedevs: install into HOST_DIRPeter Korsgaard2009-04-011-8/+6
* Compiling current SVN fails with the following error for me:Thomas Petazzoni2008-12-021-1/+2
* - make it work with MacOSX. Closes #1252Bernhard Reutner-Fischer2007-03-201-2/+3
* - use makedev to get device number, else it gives wrong major/minor numbers t...Bernhard Reutner-Fischer2007-01-211-2/+2
* - use the HOSTCC given by the user.Bernhard Reutner-Fischer2006-10-061-1/+1
* try to make sure results actually make it to diskEric Andersen2006-04-111-0/+2
* rework fakeroot handling to avoid races during parallel make causing severalEric Andersen2006-04-071-5/+1
* - fix check for group and user (untested..)Bernhard Reutner-Fischer2005-12-211-2/+2
* - use HOSTCC instead of hardcoded compiler which may or may not be available.Bernhard Reutner-Fischer2005-12-211-1/+1
* Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen2005-08-081-0/+4
* Fixup standalong makedevs to handle regular files, and also fixEric Andersen2005-07-181-1/+32
* minor cleanupsEric Andersen2005-06-241-45/+54
* Finish implementing fakeroot handling so mksquashfs properlyEric Andersen2005-06-242-26/+39
* Use fakeroot and makedevs to fake mksquashfs into building properly setup fileEric Andersen2005-06-241-1/+5
* Add a standalone makedevs application to be used along withEric Andersen2005-06-092-0/+506