Age | Commit message (Collapse) | Author |
|
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>
|
|
|
|
to devices files on systems which use big device numbers.
Closes #919
|
|
|
|
|
|
it to properly update file permissions as specified.
|
|
|
|
inherits device table settings and device nodes, exactly as
per mkfs* applications that support device tables natively.
|
|
fakeroot to construct target device nodes for filesystems
and utilities (such as tar) that do not currently support
device tables natively.
|