Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2000 15:37:08 +0600 (NS)
From:      Max Khon <fjoe@iclub.nsu.ru>
To:        obrien@freebsd.org
Cc:        stable@freebsd.org
Subject:   make installworld fix with new crtstuff
Message-ID:  <Pine.BSF.4.21.0010311535340.28457-100000@iclub.nsu.ru>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010311535340.28457-100000>