From owner-freebsd-bugs Fri Jun 23 10:10: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AF7F37C3B5 for ; Fri, 23 Jun 2000 10:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA40220; Fri, 23 Jun 2000 10:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by hub.freebsd.org (Postfix) with ESMTP id A819B37C37E for ; Fri, 23 Jun 2000 10:08:49 -0700 (PDT) (envelope-from bmah@cisco.com) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.10.2/8.10.2) id e5NH8mC78232; Fri, 23 Jun 2000 10:08:48 -0700 (PDT) (envelope-from bmah) Message-Id: <200006231708.e5NH8mC78232@bmah-freebsd-0.cisco.com> Date: Fri, 23 Jun 2000 10:08:48 -0700 (PDT) From: bmah@cisco.com (Bruce A. Mah) Reply-To: bmah@cisco.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19474: [patch] src/release/Makefile needs tag update Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19474 >Category: bin >Synopsis: [patch] src/release/Makefile needs tag update >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: Fri Jun 23 10:10:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Bruce A. Mah >Release: FreeBSD 4.0-RELEASE i386 >Organization: Cisco Systems, Inc. >Environment: RELENG_4 >Description: A comment in src/release/Makefile on the RELENG_4 branch refers to using the RELENG_3 tag to make a STABLE snapshot. While presumably anyone building a release ought to be able to figure out the right tag, maybe this should be fixed in the interest of correctness? >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/local/cvsroot/src/release/Makefile,v retrieving revision 1.536.2.4 diff -c -r1.536.2.4 Makefile *** Makefile 2000/06/08 23:07:27 1.536.2.4 --- Makefile 2000/06/23 17:04:10 *************** *** 23,29 **** # #CHROOTDIR=/junk/release # If this is a -stable snapshot, then set ! #RELEASETAG=RELENG_3 # # Non-zero if ${RELEASETAG} is in the form "RELENG_ver_RELEASE"; we # are building an official release. Otherwise, we are building for --- 23,29 ---- # #CHROOTDIR=/junk/release # If this is a -stable snapshot, then set ! #RELEASETAG=RELENG_4 # # Non-zero if ${RELEASETAG} is in the form "RELENG_ver_RELEASE"; we # are building an official release. Otherwise, we are building for >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message