From owner-freebsd-current Sat Feb 21 00:45:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA18959 for freebsd-current-outgoing; Sat, 21 Feb 1998 00:45:05 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA18954 for ; Sat, 21 Feb 1998 00:45:03 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id IAA15553; Sat, 21 Feb 1998 08:44:59 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id JAA00477; Sat, 21 Feb 1998 09:44:59 +0100 (MET) Message-ID: <19980221094459.49726@follo.net> Date: Sat, 21 Feb 1998 09:44:59 +0100 From: Eivind Eklund To: Ron Bolin , FreeBSD Current Mailing List Subject: Re: Current is still broken References: <34EDC97C.3E7220F4@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <34EDC97C.3E7220F4@mindspring.com>; from Ron Bolin on Fri, Feb 20, 1998 at 01:20:44PM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 20, 1998 at 01:20:44PM -0500, Ron Bolin wrote: > FYI - Current build is still broken, > > /usr/src/tmp lib-tools > cd /usr/src/gnu/usr.bin/gperf && /usr/obj/usr/src/tmp/usr/bin/make > depend && /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN > -DNOPROFILE all && /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN > -DNOPROFILE -B install cleandir obj > ===> doc > make: don't know how to make /usr/obj/usr/src/tmp/usr/lib/crt0.o. Stop > *** Error code 2 > > Stop. I've not been able to reproduce this, but just to be certain it isn't my changes, would you back down bsd.prog.mk to 1.60 and try whether that make a difference? Patches to do that is here: diff -u -r1.62 -r1.60 --- bsd.prog.mk 1998/02/19 14:53:29 1.62 +++ bsd.prog.mk 1998/02/07 17:19:06 1.60 @@ -35,7 +35,6 @@ .else !defined(SRCS) -.if !target(${PROG}) SRCS= ${PROG}.c # Always make an intermediate object file because: @@ -44,10 +43,8 @@ # the name of a variable temporary object. # - it's useful to keep objects around for crunching. OBJS= ${PROG}.o - ${PROG}: ${DPSRCS} ${OBJS} ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${OBJS} ${LDDESTDIR} ${LDADD} -.endif .endif Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message