From owner-freebsd-bugs Sat Feb 22 12:10:10 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68F4A37B401 for ; Sat, 22 Feb 2003 12:10:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69BC843FDD for ; Sat, 22 Feb 2003 12:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1MKA5NS015342 for ; Sat, 22 Feb 2003 12:10:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1MKA58i015341; Sat, 22 Feb 2003 12:10:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6701037B401 for ; Sat, 22 Feb 2003 12:06:54 -0800 (PST) Received: from grosbein.pp.ru (www2.svzserv.kemerovo.su [213.184.65.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E9843FBD for ; Sat, 22 Feb 2003 12:06:47 -0800 (PST) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (smmsp@localhost [127.0.0.1]) by grosbein.pp.ru (8.12.6/8.12.6) with ESMTP id h1MK6QaA049705 for ; Sun, 23 Feb 2003 03:06:26 +0700 (KRAT) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.12.6/8.12.6/Submit) id h1MK0GLK049123; Sun, 23 Feb 2003 03:00:16 +0700 (KRAT) Message-Id: <200302222000.h1MK0GLK049123@grosbein.pp.ru> Date: Sun, 23 Feb 2003 03:00:16 +0700 (KRAT) From: Eugene Grosbein Reply-To: Eugene Grosbein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/48566: [PATCH] /etc/defaults/make.conf stales after repo-copy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48566 >Category: conf >Synopsis: [PATCH] /etc/defaults/make.conf stales after repo-copy >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 22 12:10:04 PST 2003 >Closed-Date: >Last-Modified: >Originator: Eugene Grosbein >Release: FreeBSD 4.7-STABLE i386 >Organization: Svyaz Service JSC >Environment: System: FreeBSD grosbein.pp.ru 4.7-STABLE FreeBSD 4.7-STABLE #4: Sun Feb 9 13:34:37 KRAT 2003 eu@grosbein.pp.ru:/usr/local/obj/usr/local/src/sys/DADV i386 >Description: /etc/defaults/make.conf does not document some things existing in both of RELENG_4 and CURRENT that are documented in CURRENT. >How-To-Repeat: See patch. >Fix: Patch for etc/defaults/make.conf: --- make.conf.orig Sun Feb 23 02:43:34 2003 +++ make.conf Sun Feb 23 02:55:39 2003 @@ -31,8 +31,9 @@ # It may be that certain types of software will become unstable after being # compiled with processor-specific (or higher - see below) optimization flags. # If in doubt, do not set CPUTYPE or CFLAGS to non-default values. +# (?= allows to buildworld for a different CPUTYPE.) # -#CPUTYPE=i686 +#CPUTYPE?=i686 #NO_CPU_CFLAGS= true # Don't add -march= to CFLAGS automatically #NO_CPU_COPTFLAGS=true # Don't add -march= to COPTFLAGS automatically # @@ -53,6 +54,13 @@ # #CXXFLAGS+= -fmemoize-lookups -fsave-memoized # +# MAKE_SHELL controls the shell used internally by make(1) to process the +# command scripts in makefiles. Three shells are supported, sh, ksh, and +# csh. Using sh is most common, and advised. Using ksh *may* work, but is +# not guaranteed to. Using csh is absurd. The default is to use sh. +# +#MAKE_SHELL?=sh +# # BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested # for use in developing FreeBSD and testing changes. They can be used by # putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. -Wconversion is not @@ -88,8 +96,10 @@ # # To avoid building various parts of the base system: #NO_CVS= true # do not build CVS +#NO_CXX= true # do not build C++ and friends #NO_BIND= true # do not build BIND #NO_FORTRAN= true # do not build g77 and related libraries +#NO_GDB= true # do not build GDB #NO_I4B= true # do not build isdn4bsd package #NO_IPFILTER= true # do not build IP Filter package #NO_LPR= true # do not build lpr and related programs @@ -118,6 +128,9 @@ # # The list of modules to build instead of all of them. #MODULES_OVERRIDE= linux ipfw +# +# If you always want to build the Linux ext2fs kernel module. +#WANT_EXT2FS_MODULE=yes # # The following controls building optional IDEA code in libcrypto and # certain ports. Patents are involved - you must not use this unless Eugene Grosbein >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message