From owner-freebsd-current@freebsd.org Mon Jun 13 21:54:12 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF8F4AF27D0 for ; Mon, 13 Jun 2016 21:54:12 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x231.google.com (mail-qk0-x231.google.com [IPv6:2607:f8b0:400d:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD1C22DBC; Mon, 13 Jun 2016 21:54:12 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qk0-x231.google.com with SMTP id p10so46870360qke.3; Mon, 13 Jun 2016 14:54:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=B4kNJ1AwhYARKbTwJjQjcTUFY2OKMhw+ePmCaLmxAFY=; b=ynmP3Iul0hzfJA6JO4GfjhCjgpuWOE8F2/ow0mtIVirUyz4IoDVcXCph9gyawuOl5h jtshIPa/2wAX9td1Q+CRRmPK6eqbSoiAm8k4VKgh7H5/X5BTfHf4lPqkr4CSoKVKJCFt +HIdFj1NkDP4ESGOOQh5lk2FhUWLiLJrUHcYZadRljd6NrhLKQAHzNnsJ9vmSqEfFRfZ dxlBXVLumUWq7esDseU63FPB7Y5AXiLiIsqjXSV+9q7dEBX3YehqKj6wNO3qj3TfTnMR SdCM4Zx9uXkcVkGwbunRJjBIxinKOX2EEB/IfVl5AcgALYvLy/P5F9Ouct9EbMQAugSa 3nSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=B4kNJ1AwhYARKbTwJjQjcTUFY2OKMhw+ePmCaLmxAFY=; b=HGWYy38+6cbN/cLM32yodVrdSkentNTjft5blBiNjjGL60fKj4/1/4hC3sOiufY0nZ 4zcSMhtrHiSFSCy4MQHcnZktVOl8PHKXdvMnmrMgF+dpyHjMeldkPseAh3jBEX+ij59F psclw6SA/QT5jqPN6q3Q/K0wM0R/My9DivbJpX03GkFY42lYcSTavHUYKaq/Fy12j8nq w9DygcxTxMWiPezMCFNK8xfsVjnYeCeaOUYZirZiv99k8SAPeinCCLEmeNPNeEQI4DzQ VG4uht8vB/QN3TF7OaN8XrdvzhP8vLiDcq3FCXTF67QyK9VuXTBq0jlGS+Bcc8Iifjlj CRVw== X-Gm-Message-State: ALyK8tL/U6UQOC0Jbc0PYkEkEtUUj0TYgkeU7VUfGUpO7Y8cBhTbgF3sS593h3y1GOMX2IdA/0UU4oYB/9Ls8g== X-Received: by 10.233.216.7 with SMTP id u7mr17186645qkf.141.1465854851863; Mon, 13 Jun 2016 14:54:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.148.131 with HTTP; Mon, 13 Jun 2016 14:54:11 -0700 (PDT) In-Reply-To: References: <31063879-DF43-4895-A9EA-99A70DCFE4A1@dsl-only.net> From: Ngie Cooper Date: Mon, 13 Jun 2016 14:54:11 -0700 Message-ID: Subject: Re: WITH_META_MODE vs. delete-old and delete-old-libs To: Bryan Drewery Cc: Mark Millard , FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 13 Jun 2016 21:54:13 -0000 On Mon, Jun 13, 2016 at 2:52 PM, Bryan Drewery wrote: ... > The problem is that the y/n prompt don't show at all. Ah, I missed that critical point... Maybe MK_META_MODE=no should be forced for those targets? Thanks, -Ngie