From owner-freebsd-stable Tue Oct 31 1:37:28 2000 Delivered-To: freebsd-stable@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id DF45B37B4C5; Tue, 31 Oct 2000 01:37:20 -0800 (PST) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) with ESMTP id PAA28512; Tue, 31 Oct 2000 15:37:08 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Tue, 31 Oct 2000 15:37:08 +0600 (NS) From: Max Khon To: obrien@freebsd.org Cc: stable@freebsd.org Subject: make installworld fix with new crtstuff Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, there! this should fix "make installworld" (new crtbegin/crtend[S].o did not get installed): --- gnu/lib/Makefile.orig Tue Oct 31 15:31:54 2000 +++ gnu/lib/Makefile Tue Oct 31 15:31:59 2000 @@ -1,6 +1,6 @@ # $FreeBSD: src/gnu/lib/Makefile,v 1.25.2.1 2000/10/30 10:25:57 obrien Exp $ -SUBDIR= libdialog libgcc libgcc_r libgmp libmp libregex libreadline +SUBDIR= csu libdialog libgcc libgcc_r libgmp libmp libregex libreadline .if !defined(NO_CXX) SUBDIR+= libstdc++ /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message