From owner-freebsd-stable@FreeBSD.ORG Wed Jul 22 20:20:07 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 1F5281065674 for ; Wed, 22 Jul 2009 20:20:07 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-ew0-f222.google.com (mail-ew0-f222.google.com [209.85.219.222]) by mx1.freebsd.org (Postfix) with ESMTP id A6D1C8FC28 for ; Wed, 22 Jul 2009 20:20:06 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: by ewy22 with SMTP id 22so484386ewy.43 for ; Wed, 22 Jul 2009 13:20:05 -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=hUSOvILJZM6O0Sddsj71qjGqrVTlwJ4R91A9Eb8IpgM=; b=V5mh5H4AsSJ6z9tOwKalvI54Ptf1SQUOL5meGre7w1CR0ALMQL4K70Zaq01HRcqJlV tWiYp+Kr2xpf13wIc/GjJQCo/tdysyFLAy+CXCGDDymaNMn8CMu0wRbhRqLq4E5dk55U FSA11xv3qKLDefg6XTXl6wTJBQZzra4iBX1q0= 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=NVpC3K+aCXIaMo4C1ZqVTwqdN39T452EziZQcE2KxfY17D2o2vd3BSEkYNtj++qKzU QO3hu8psYgzqiIXfWiwWnBNXq2622/x4VnaqZBOjbKREe3r7bx1S7A6LDCNKHkS5ueIH Q5L1FkX9eXqZ0SskGv1bA6+r5nI5gru+HhJdk= MIME-Version: 1.0 Received: by 10.210.13.17 with SMTP id 17mr1565013ebm.38.1248294005794; Wed, 22 Jul 2009 13:20:05 -0700 (PDT) Date: Wed, 22 Jul 2009 16:20:05 -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: Wed, 22 Jul 2009 20:20:07 -0000 I'm not seeing a way to make the dvd image with: # $FreeBSD: src/release/Makefile,v 1.924.2.9 2009/04/15 03:42:59 kensmith Exp $ Am I missing the proper way to do this? Or can someone commit 'MAKE_DVD=' into 'MAKE_DVD+=' on lines 195 and 225? Or commit a more suitable update to src/release/Makefile? Thanks.