Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Nov 2006 15:07:55 +0100
From:      Hartmut Brandt <Hartmut.Brandt@dlr.de>
To:        Gleb Smirnoff <glebius@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/bsnmpd/bsnmpd Makefile
Message-ID:  <4548AA3B.8050406@dlr.de>
In-Reply-To: <20061031214942.GH75694@FreeBSD.org>
References:  <200610312144.k9VLik4r018076@repoman.freebsd.org> <20061031214942.GH75694@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Gleb Smirnoff wrote:
> On Tue, Oct 31, 2006 at 09:44:46PM +0000, Gleb Smirnoff wrote:
> T> glebius     2006-10-31 21:44:46 UTC
> T> 
> T>   FreeBSD src repository
> T> 
> T>   Modified files:
> T>     usr.sbin/bsnmpd/bsnmpd Makefile 
> T>   Log:
> T>   Fix buildworld.
>
> This won't fix your buildworld of you run -DNO_CLEAN. You need
> either run a clean build, or remove
>
> /usr/obj/usr/src/usr.sbin/bsnmpd/bsnmpd/oid.h
>
> before run.
>
>   

I did not try it, but perhaps we could make oid.h depend on the 
Makefile? Something like:

oid.h: ${.CURDIR}/Makefile


harti



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