minix/usr.sbin/mkfs.mfs
Ben Gras fd5f2edf35 mkfs: only complain about failing stat with -d
mkfs -d is a feature that needs a stat() of the mkfs binary, which
often fails (as mkfs is often not invoked with a full path or from
the same directory). it makes setup look a bit messy as the error
is always printed while installing the system, for each created FS,
even though the situation is harmless. This change only complains
when the stat is actually needed (-d).

Change-Id: I54ac01505aa97c1cbe40456c04a35aed5a7ee953
2013-05-23 12:09:38 +02:00
..
mfs3v2 mkfs.mfs: various programs 2013-05-13 11:18:15 +02:00
v1 mkfs.mfs: various programs 2013-05-13 11:18:15 +02:00
v1l mkfs.mfs: various programs 2013-05-13 11:18:15 +02:00
v2 mkfs.mfs: various programs 2013-05-13 11:18:15 +02:00
v2l mkfs.mfs: various programs 2013-05-13 11:18:15 +02:00
v3 mkfs.mfs: various programs 2013-05-13 11:18:15 +02:00
Makefile mkfs.mfs: various programs 2013-05-13 11:18:15 +02:00
Makefile.mkfs mkfs.mfs: various programs 2013-05-13 11:18:15 +02:00
mkfs.c mkfs: only complain about failing stat with -d 2013-05-23 12:09:38 +02:00