From owner-freebsd-stable@FreeBSD.ORG Thu Jul 23 20:45:57 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F575106564A for ; Thu, 23 Jul 2009 20:45:57 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-ew0-f220.google.com (mail-ew0-f220.google.com [209.85.219.220]) by mx1.freebsd.org (Postfix) with ESMTP id B774E8FC12 for ; Thu, 23 Jul 2009 20:45:56 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: by ewy20 with SMTP id 20so358995ewy.43 for ; Thu, 23 Jul 2009 13:45:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=S0D3stieev5vgdEM9LMZwJOFAUhOEXOu5AbPPDIXUl8=; b=wTwKExwm78q0wCjJrHg0XIJHqghGXAyi/vLfXAPeWmUiyg6xKJso6Qfk1h104iXYhs Vd1rJlcHuXUWbKDWUr67F+TwDUniSEqFrxvqJSEl5JG6HoXaVqNjRzILTmujbk1kTpfF Zch3mLRLx+CU9RMZg8WoLwriwDwPUAIy9jv4s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=duqnn8jqzsJcGgyKqcQcsHQcQ05anTlMX0+P/8wyt76nJoy49Z9BAEp3fM1N7RZMSi Oq7m2kWLYTTONMg1e3jbDEGCvyfXIBNHAfo3LpcJ8ziALaOszDBhGpwZz1u5B0j9vArd rWHjhleibB8jZpQzoRNhuNf1v5Wv6CtOkYtfo= MIME-Version: 1.0 Received: by 10.210.13.17 with SMTP id 17mr3195319ebm.38.1248381955485; Thu, 23 Jul 2009 13:45:55 -0700 (PDT) Date: Thu, 23 Jul 2009 16:45:54 -0400 Message-ID: From: grarpamp To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: MAKE_DVD=1 make release X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2009 20:45:57 -0000 Oops, DVD is made by default. I was reading '.if defined(MAKE_DVD)' as 'if not null', not 'if defined'. I retract this errant report :) The one about NO_FSCHG is still good though.