Commit Graph

9 Commits

Author SHA1 Message Date
Thomas Petazzoni be5be0ec5a Compiling current SVN fails with the following error for me:
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>
2008-12-02 22:26:00 +00:00
Bernhard Reutner-Fischer 300b8b7f93 - make it work with MacOSX. Closes #1252 2007-03-20 17:21:35 +00:00
Bernhard Reutner-Fischer 2c7da4d726 - use makedev to get device number, else it gives wrong major/minor numbers to devices files on systems which use big device numbers.
Closes #919
2007-01-21 14:36:25 +00:00
Eric Andersen f3724ee831 try to make sure results actually make it to disk 2006-04-11 00:06:17 +00:00
Bernhard Reutner-Fischer 3a1147b2b6 - fix check for group and user (untested..) 2005-12-21 15:03:31 +00:00
Eric Andersen 7b8aeaeb28 Fixup standalong makedevs to handle regular files, and also fix
it to properly update file permissions as specified.
2005-07-18 20:06:49 +00:00
Eric Andersen 79e3250337 minor cleanups 2005-06-24 09:10:06 +00:00
Eric Andersen eb0ee4509d Finish implementing fakeroot handling so mksquashfs properly
inherits device table settings and device nodes, exactly as
per mkfs* applications that support device tables natively.
2005-06-24 07:26:33 +00:00
Eric Andersen 611ec0e3b1 Add a standalone makedevs application to be used along with
fakeroot to construct target device nodes for filesystems
and utilities (such as tar) that do not currently support
device tables natively.
2005-06-09 11:11:10 +00:00