From owner-freebsd-current@FreeBSD.ORG Thu Nov 13 02:46:40 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36D5536F for ; Thu, 13 Nov 2014 02:46:40 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (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 EF248E67 for ; Thu, 13 Nov 2014 02:46:39 +0000 (UTC) Received: by mail-ig0-f169.google.com with SMTP id hn18so426235igb.4 for ; Wed, 12 Nov 2014 18:46:39 -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=puW2fNS+qncfZO5Qx2tK2OUPPEpLWr6wJOMC12O82tg=; b=0QJTEZfSj8tTV4wh23l6cKbYvD9sDxp8TuPotraQHHFCwdIiG214pJ4aLN/Gbk1km1 ursbGWz9XezEigAINBVxI5QzZVuJ36GGBgAE4NXFqhPdIy/hDpihCO5lmI1Pbu5JLKkX yEdnlf2ceCwWWCYWD3X1zwxCHcaYqLXrhX7u9vLKsZkGt1LH2wRG3Is8KH1jHzQiocQf HsaK2UyRCh+SM25UFJ5q40JzeiuxMxOcb5ezprOwK6Se92B1PsKXNx+b5E6RuDNV2GM4 cvk3PSBi5xylTxc7BlhchRX2059sjwIl5PqUjFPnnNCM0FjODZIThVTVgV/nc4qnFGW6 Vm4A== MIME-Version: 1.0 X-Received: by 10.50.50.228 with SMTP id f4mr44212748igo.49.1415846799490; Wed, 12 Nov 2014 18:46:39 -0800 (PST) Received: by 10.50.235.49 with HTTP; Wed, 12 Nov 2014 18:46:39 -0800 (PST) In-Reply-To: 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:46:39 -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:46:40 -0000 On Wed, Nov 12, 2014 at 6:43 PM, NGie Cooper wrote: > 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 My apologies... I was thinking of another build process. Yes, it's very much required according to the process noted in the handbook.