Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2001 01:01:04 +0200
From:      Peter Pentchev <roam@orbitel.bg>
To:        Warner Losh <imp@harmony.village.org>
Cc:        clefevre@noos.fr, freebsd-arch@FreeBSD.ORG
Subject:   Re: patch for bsd.lib.mk to create include and lib dirs
Message-ID:  <20010125010104.C442@ringworld.oblivion.bg>
In-Reply-To: <200101242249.f0OMnb962114@harmony.village.org>; from imp@harmony.village.org on Wed, Jan 24, 2001 at 03:49:37PM -0700
References:  <20010125004143.B442@ringworld.oblivion.bg> <zoggyfoy.fsf@gits.dyndns.org> <20010124113902.B332@ringworld.oblivion.bg> <zoggyfoy.fsf@gits.dyndns.org> <200101242202.f0OM2I961735@harmony.village.org> <20010125004143.B442@ringworld.oblivion.bg> <200101242249.f0OMnb962114@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 24, 2001 at 03:49:37PM -0700, Warner Losh wrote:
> In message <20010125004143.B442@ringworld.oblivion.bg> Peter Pentchev writes:
> : Well, it's either use install -d, or define MKDIR in sys.mk.
> : Opinions?
> 
> install -d is a little better.
> 
> : > But why have a define for this?  Why not check to make sure that
> : > directory is missing before trying to create it?
> : 
> : I'd rather it was a define, because automatically creating directories
> : might mean new directories *in the source tree* are left out of the
> : hier mtree files.  Having a define be turned on only by programs that
> : know they need it could avoid this IMHO.
> 
> I guess I'm objecting to creating directories that already exist...
> But it isn't a huge objection.

Yes, it's true that if a directory does exist, install -d -o -g
will chown it to the new owner; but it will still be left mode 755,
which should be enough for most header files' and libraries' dirs.

G'luck,
Peter

-- 
This sentence contradicts itself - or rather - well, no, actually it doesn't!


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010125010104.C442>