Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 1998 09:44:59 +0100
From:      Eivind Eklund <eivind@yes.no>
To:        Ron Bolin <rlb@mindspring.com>, FreeBSD Current Mailing List <freebsd-current@FreeBSD.ORG>
Subject:   Re: Current is still broken
Message-ID:  <19980221094459.49726@follo.net>
In-Reply-To: <34EDC97C.3E7220F4@mindspring.com>; from Ron Bolin on Fri, Feb 20, 1998 at 01:20:44PM -0500
References:  <34EDC97C.3E7220F4@mindspring.com>

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



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