Subject: Re: misc/151: "make distribution" fails if mtree exits with error
To: None <peter@wonderland.org>
From: Chris G. Demetriou <cgd@postgres.Berkeley.EDU>
List: netbsd-bugs
Date: 03/03/1994 16:49:40
> >Synopsis:       If mtree fails when building install tree, make exits
>
> >Description:
> If I usr "make distribution" in src/etc, and mtree exists because something
> was corrected, then the make fails.

this is not a bug.  there's no reason that mtree should have to
correct any of the permissions on the directories.

If you'll notice, it *doesn't* barf when it has to *create* the
directories, only if it has to change the permissions on them.

If it has to change the permissions on them, then something else
happened wrong someplace -- e.g. in a previous 'make distribution'
into that DESTDIR, something clobbered the correct permissions
on the directory in question.


cgd

------------------------------------------------------------------------------