From owner-freebsd-current@FreeBSD.ORG Thu Nov 13 02:43:38 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 836D625C for ; Thu, 13 Nov 2014 02:43:38 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (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 4875DE53 for ; Thu, 13 Nov 2014 02:43:38 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id l13so4522694iga.2 for ; Wed, 12 Nov 2014 18:43:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DWJBumWKVxrkneklcAItX85tH8x45ZieMQwcfkEnnvk=; b=tXCkdGRr/mHHgkl8Z07I0o923KFCoMpRH/Qdhwk03eAG3BS7cfRHxcU7R43nOOwENG rAbZkbypcsevFeRuJw8tBakzo5nh5IkVwBHnobkOHte+cBOzHpljmErGJ0OPMfBtPUrJ sWidSE7dMBekleJBRTBF3LS6jjaSiL5+Sk1daGtfNak9xCCaal26mg3vDjch4QAi7/Fa yo5N2wMrmAWoxi68u7fPnnw/zI5/VVRP0VuEzpeIu8SKhDbBYPfoszAG0X4N1QoAJ+Rd yQufC9gqFjHOjs81zvWvlpQpzg+4Ps8AsQZTw4sPCg5ttI+gIUiTWFbx0Knv4ZN50qdg V62Q== MIME-Version: 1.0 X-Received: by 10.43.90.198 with SMTP id bj6mr2470635icc.4.1415846617690; Wed, 12 Nov 2014 18:43:37 -0800 (PST) Received: by 10.50.235.49 with HTTP; Wed, 12 Nov 2014 18:43:37 -0800 (PST) In-Reply-To: <1a9e9845d80c8049a81af2d1b29be3da@ultimatedns.net> References: <20141112224212.GA14013@troutmask.apl.washington.edu> <20141112232655.GB14255@troutmask.apl.washington.edu> <92789318fd5154c3da0f7ea3f5362f67@ultimatedns.net> <20141113020852.GA15115@troutmask.apl.washington.edu> <1a9e9845d80c8049a81af2d1b29be3da@ultimatedns.net> Date: Wed, 12 Nov 2014 18:43:37 -0800 Message-ID: Subject: Re: shutdown or acpi problem From: NGie Cooper To: Chris H Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Current , Steve Kargl X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 13 Nov 2014 02:43:38 -0000 On Wed, Nov 12, 2014 at 6:27 PM, Chris H wrote: ... > How so? It's been necessary for as long > as I can remember. Just to confirm, I looked to see if anything > had changed: > https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > seems not. Do note; I'm not trying to be argumentative. Just > don't see where it's not true (needed). :) It's technically not needed with -DNO_CLEAN (it's handled in Makefile.inc1), however if you're doing that you might as well not specify NO_CLEAN: http://svnweb.freebsd.org/base/head/Makefile.inc1?view=annotate#l481 Cheers!