Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2008 13:53:16 GMT
From:      Stephen Heemeyer <veron.x503@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/128610: [patch] /usr/src: the iso.1 target of make release does not include the ${CD_PACKAGE_TREE}/dvd1 directory structure when it exists
Message-ID:  <200811051353.mA5DrGRI010724@www.freebsd.org>
Resent-Message-ID: <200811051400.mA5E0Fuh073275@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         128610
>Category:       misc
>Synopsis:       [patch] /usr/src:  the iso.1 target of make release does not include the ${CD_PACKAGE_TREE}/dvd1 directory structure when it exists
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 05 14:00:15 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Heemeyer
>Release:        FreeBSD 7
>Organization:
>Environment:
FreeBSD muir.local 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Mon Nov  3 14:45:56 CST 2008     root@muir.local:/usr/obj/amd64/usr/src/sys/CUSTOM  amd64

>Description:
During a make release if MAKE_ISOS and the new MAKE_DVD is enabled the iso.1 target does not include the ${CD_PACKAGE_TREE}/dvd1 directory structure when it exists.

The same problem appears to affect the FreeBSD 6 branch as well.
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/release/Makefile,v
retrieving revision 1.924.2.6
diff -u -d -r1.924.2.6 Makefile
--- Makefile    22 Oct 2008 15:39:28 -0000      1.924.2.6
+++ Makefile    5 Nov 2008 13:14:53 -0000
@@ -1091,7 +1091,7 @@
 CD_DISC3_PKGS= ${CD_PACKAGE_TREE}/disc3
 .endif
 .if exists(${CD_PACKAGE_TREE}/dvd1)
-CD_DVD_PKGS=   ${CD_PACKAGE_TREE}/dvd1
+CD_DVD1_PKGS=  ${CD_PACKAGE_TREE}/dvd1
 .endif
 .endif
 .endif


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811051353.mA5DrGRI010724>