From owner-freebsd-current@FreeBSD.ORG Fri Mar 11 01:43:01 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5B14106566C; Fri, 11 Mar 2011 01:43:01 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8DF248FC17; Fri, 11 Mar 2011 01:43:01 +0000 (UTC) Received: by gwb15 with SMTP id 15so827899gwb.13 for ; Thu, 10 Mar 2011 17:43:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=zwaZU/v1/VJXb6pi43CSVJzpE8x+Cw8YcssQpG8l5m4=; b=InNzxiJhNDGmOUoxjKIp6gfBX0MhccxM6GkHVJ6NvCYHWGDZF7xi1HjcgrNxENNgiV ShofXwB7z8QJbuarb8dIcGYlPOiEoeqfpHya1XLjvYivutxTiUEIhQvdZvlBJdd7yr3p FJ+NgTs2TQHgGXYQa8JyHvGA/wJao1ssLHpLc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=by1FhfxjBRbiD4qjKvFK+ReqwQ9BDgTTEphCETwvEfHz/bRINhuPhVyIhbA5UrcKN6 GcSEU5pCzUOFZwW8v1m/fvRx5stYmzMbhX1x985WTsBfpzws8Ln/6S2SAcP/wRQWf2C0 QabZJz/2Ty5hjeftJ/Su6IoQ2vYpSdO27PbBk= MIME-Version: 1.0 Received: by 10.236.28.165 with SMTP id g25mr1599155yha.91.1299805984001; Thu, 10 Mar 2011 17:13:04 -0800 (PST) Received: by 10.236.103.137 with HTTP; Thu, 10 Mar 2011 17:13:03 -0800 (PST) Date: Fri, 11 Mar 2011 01:13:03 +0000 Message-ID: From: "b. f." To: Garrett Cooper , Alexander Best , freebsd-current@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: status of WITHOUT_SYSINSTALL X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2011 01:43:02 -0000 > >> > just wanted to ask what the current situation on WITHOUT_SYSINSTALL = is? it > >> > seems the option gets completely ignored after a recent commit. I thought that Alex was going to follow up on this (cf. http://markmail.org/message/bkbygrx5z5ascukh ) with Warner. > >> > should src.conf be adjusted to mention that WITHOUT_SYSINSTALL =3D= =3D noop or > >> > should the option be completely removed? Please, no. Just turn the bits of it that were disabled back on, and finish implementing it, as the two of you suggested earlier. Especially since the default installer may be changed, and most people may not need or want it. > >> > > >> > also in usr.sbin/Makefile, the sysinstall entry should be moved upwa= rds to the > >> > other non-optional build directories imo. > >> > >> =C2=A0 =C2=A0 The build didn't even really function when specifying > >> WITHOUT_SYSINSTALL before Nate's recent commits -- so why worry about > >> the state of things? > > > > due to inconsistency? src.conf says WITHOUT_SYSINSTALL will not build > > sysinstall(1). that's obviously wrong. > > I think this context was forgotten: > http://markmail.org/message/fk2xqlrtvljjo3rf Yes, please preserve the context next time. > Also: > > $ find /usr/src/ -name 'Makefile*' | xargs grep WITHOUT_SYSINSTALL > $ echo $? > 1 > $ svn info /usr/src/ | grep Revision | sed 's,Revision: ,,' > 219120 > > Doesn't look like this sentinel is honored anywhere. ? bsd.own.mk, where it's transformed into a MK_SYSINSTALL value that is referenced elsewhere, although not everywhere it should be. But you know this already, as shown in your previous patches! b.