From owner-freebsd-stable Tue Sep 25 6:52:20 2001 Delivered-To: freebsd-stable@freebsd.org Received: from uncle.cult.cu (uncle.cult.cu [169.158.120.17]) by hub.freebsd.org (Postfix) with ESMTP id 961DB37B420 for ; Tue, 25 Sep 2001 06:52:13 -0700 (PDT) Received: from elie by uncle.cult.cu with local (Exim 3.03 #1) id 15lsd0-0000Tx-00 for freebsd-stable@freebsd.org; Tue, 25 Sep 2001 09:52:02 -0400 Date: Tue, 25 Sep 2001 09:52:02 -0400 (CDT) From: Eliezer Rodriguez Gonzalez To: freebsd-stable@freebsd.org Subject: Re: Compiling release sources failed. (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Then I understand I might use RELENG_4 now instead of RELENG_4_4_0_RELEASE > ? > >If this is on a 4.2-RELEASE (or later) machine, then yes. >If this is on a 4.1-RELEASE machine, it needs one additional >patch: Wondering if this same patch will make things work for 4.0-RELEASE as well ... Index: Makefile =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/binutils/libiberty/Makefile,v retrieving revision 1.3.2.3 diff -u -p -r1.3.2.3 Makefile --- Makefile 2001/08/01 22:54:12 1.3.2.3 +++ Makefile 2001/09/25 12:23:37 @@ -10,6 +10,9 @@ SRCS= argv.c choose-temp.c concat.c cp-d hex.c floatformat.c lbasename.c objalloc.c obstack.c safe-ctype.c \ xatexit.c xexit.c xmalloc.c \ xstrdup.c xstrerror.c +.if defined(BOOTSTRAPPING) +SRCS+= basename.c +.endif CFLAGS+= -DHAVE_CONFIG_H NOPROFILE= true NOPIC= true To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message