Date: Mon, 24 Jul 2000 08:50:32 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Warner Losh <imp@village.org> Cc: Marcel Moolenaar <marcel@cup.hp.com>, Will Andrews <andrews@technologist.com>, Marcel Moolenaar <marcel@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc Makefile src/include Makefile src/release Makefile src/release/picobsd/build Makefile.mfs src/release/picobsd/custom Makefile.mfs src/release/picobsd/dial Makefile.mfs src/release/picobsd/install Makefile.mfs Message-ID: <20000724085030.A28936@nagual.pp.ru> In-Reply-To: <200007240346.VAA76472@harmony.village.org>; from imp@village.org on Sun, Jul 23, 2000 at 09:46:30PM -0600 References: <200007231633.JAA33796@freefall.freebsd.org> <20000723143740.A70582@freebsd.org> <20000723185708.I47967@argon.gryphonsoft.com> <20000723164637.A26164@freebsd.org> <20000723194837.M47967@argon.gryphonsoft.com> <200007240011.SAA75502@harmony.village.org> <20000723174125.A38154@freebsd.org> <397B9E9B.3BCABA27@cup.hp.com> <20000723192655.A68916@freebsd.org> <200007240346.VAA76472@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 23, 2000 at 09:46:30PM -0600, Warner Losh wrote: > Andrey, please let me appologize for not contacting you directly Warner, you don't need to apologize, even if not contacting you does no harm. I treat marcel+jkh actions as completely unacceptable. > if (getenv("MTREE_USE_LOGICAL")) > ftsoptions = FTS_LOGICAL; > else > ftsoptions = FTS_PHYSICAL; > > I think this would address all the concerns raised. Comments? This is Ok. There is yet one way, something like: .if ${OSVERSION} >= 500010 ${MTREE_L} = -L .else ${MTREE_L} = .endif right in the Makefiles, without hacking mtree sourses itself. In fact, many ways exists. I know when people really want to _solve_ things, it is not difficult. Moreover, we are not in critical time bottle neck with this thing like immediate releasing needs, etc. From other side, when people treat other people as empty place, they got what they deserve, i.e. empty place instead of other people. > Also, please reconsider your request for removal. Emotions are It is impossible to work in the project when unacceptable attitude and ways to "solve" we see becomes approved by principals of the project. This is not an emotions but pure practical and very sad for me conclusion. -- Andrey A. Chernov <ache@nagual.pp.ru> http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000724085030.A28936>