Alan Barrett wrote:
Module Name: src
Committed By: apb
Date: Sun Mar 11 19:02:04 UTC 2007
Modified Files:
src/sbin/init: init.c
Log Message:
Adapt to the new MAKEDEV interpretation of -M by passing -MM.
Also pass "-ppax" in an attempt to get improved performance,
but this doesn't really work in the typical case, because the
install ramdisk image contains a version of pax(1) that doesn't
support the -M flag. (MAKEDEV detects the failure and falls back
to using mknod(8) as usual.)
Maybe -DSMALL pax shouldn't exclude mtree support?