Subject: Re: CVS commit: src/sbin/init
To: None <apb@netbsd.org>
From: Matt Thomas <matt@3am-software.com>
List: source-changes
Date: 03/11/2007 12:16:34
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?