From owner-freebsd-current@FreeBSD.ORG Fri Apr 25 02:31:49 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34F46716 for ; Fri, 25 Apr 2014 02:31:49 +0000 (UTC) Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06FC91E82 for ; Fri, 25 Apr 2014 02:31:48 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id un15so2634628pbc.29 for ; Thu, 24 Apr 2014 19:31:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=UB5O0U1EXiH9NmOuyVinjZfWo2HyIGF3AQSvZx5Tznc=; b=Cw05u6Aq97TTrgjVroGmwtkBvtRXF20wxrHHIgsHi8qu4Yy07+xBjIugy3bZAMY+Yi Mu1NyG7UHSBIt4dEZyMprKUfJ8BeeZx1ZuqlxbmHX7K+HmhRgtDjopq0g6PN0k6cFh00 5Slp1ciQBic5WfRPCaBuEcKiVvuVsV+LKABHhfnCZ+Q/QGPBI5I3wV8WQjES9Ips12o+ F5o5tytD/JDmGZnmtaX72JbXIlJ6or7XFyUGr2LtguoZ3t6w24aWtJxeQ5Wm2pt1M0bZ Tprcar1szyfk+/Xgg8Ip/hSmL186wNshWKsJVWe1EaVLPQ5ZaWhAk+IhmGC9KmaDjZGt oRQg== X-Gm-Message-State: ALoCoQk3s52ojDQiwGQ6mtaEkeOKeVtOZBrVKJQEtz4cEuggRChuv42cpPkx6jugWc/aEDOkCOnZ X-Received: by 10.68.198.97 with SMTP id jb1mr7906205pbc.104.1398393107349; Thu, 24 Apr 2014 19:31:47 -0700 (PDT) Received: from lglt-nvaradarajan.corp.netflix.com (dc1-prod.netflix.com. [69.53.236.251]) by mx.google.com with ESMTPSA id nx12sm29619153pab.6.2014.04.24.19.31.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Apr 2014 19:31:46 -0700 (PDT) Sender: Warner Losh X-Google-Original-From: Warner Losh Subject: Re: WITHOUT_XXX leftovers. Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Content-Type: text/plain; charset=us-ascii From: Warner Losh X-Priority: 3 (Normal) In-Reply-To: <536067125.20140325170501@serebryakov.spb.ru> Date: Thu, 24 Apr 2014 20:31:44 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <4265CCC7-B152-4D3B-BB45-5F5FD6FF2535@gmail.com> References: <536067125.20140325170501@serebryakov.spb.ru> To: lev@FreeBSD.org X-Mailer: Apple Mail (2.1874) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 02:31:49 -0000 On Mar 25, 2014, at 7:05 AM, Lev Serebryakov wrote: > Hello, Freebsd-current. >=20 > I try to trim my NanoBSD install as much as possible without going to = add > "rm /usr/bin/as" to customization steps (ok, I remove /usr/include and > /usr/lib/*.a, but it I don't want cherry-pick binaries). >=20 > So, I have WITHOUT_BINUTILS, WITHOUT_CLANG, WITHOUT_MAN (among others) = but I have: To recap: WITHOUT_TOOLCHAIN will eliminate these, except maybe mandoc. > /usr/bin/ar > /usr/bin/c89 > /usr/bin/c99 > /usr/bin/flex > /usr/bin/flex++ > /usr/bin/lex > /usr/bin/lex++ (all 4 is the same. of course) > /usr/bin/byacc > /usr/bin/yacc (again, hardlinks) > /usr/bin/mandoc > /usr/bin/ranlib (same as ar) >=20 > Also, IMHO, it will be nice to have knob for vi, which is rather huge = and > another one for all bhyve stuff and one more for openssl _binary_. Just committed for vi. The rest you are on your own for :) Warner