From owner-freebsd-arch Fri Sep 6 13:38: 1 2002 Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96E2A37B400 for ; Fri, 6 Sep 2002 13:37:58 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 2EAC643E4A for ; Fri, 6 Sep 2002 13:37:58 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 5665 invoked by uid 1000); 6 Sep 2002 20:37:59 -0000 Date: Fri, 6 Sep 2002 13:37:59 -0700 (PDT) From: Nate Lawson To: Bruce Evans Cc: arch@FreeBSD.ORG Subject: Re: Make more things honor NOFSCHG In-Reply-To: <20020906223815.D10867-100000@gamplex.bde.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 6 Sep 2002, Bruce Evans wrote: > On Thu, 5 Sep 2002, Nate Lawson wrote: > > On Thu, 5 Sep 2002, Ian Dowse wrote: > > > In message <20020905.112243.88255915.imp@bsdimp.com>, "M. Warner Losh" writes: > > > >Right now only libraries will honor NOFSCHG. Laying aside for the > > > >moment the whole !@#$!$#@^$#^ NOFOO vs NO_FOO bikeshed, I'd like to > > > >commit the following patch to make other places where -fschg are added > > > >to installflags. This allows one to more things over a mix of local > > > >file systems and NFS and have them work (right now if you build on a > > > >local fs, then try to delete it via nfs, it fails because one can't > > > >unset file flags over nfs). > > > > > > > >Comments? > > > > > > The following in make.conf works: > > > > > > INSTALLFLAGS_EDIT= :S/-fschg// > > > > > > Ian > > > > That is a useful tip plus I think Warner is right in making things > > consistent. Two for one special today. > > No thnaks. IIRC, hoek invented INSTALLFLAGS when I objected to cluttering > Makefiles with more special-case hacks. > > Bruce Ok, then his patch should _remove_ the old NOFSCHG checks. Consistency is still good. :) -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message