Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build error



On Wed, Dec 29, 2010 at 07:28:02PM +0000, Sad Clouds wrote:
> On Wed, 29 Dec 2010 20:22:45 +0100
> Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
> 
> > Are you really sure that it is applied? It should override the explicit
> > rule and stop this.
> > 
> > Joerg
> 
> Yeah, pretty sure. I even deleted all object files, etc. and tried building 
> everything from scratch.

And it is the same error and not an error for getdate.h or so?

Joerg

> 
> # cat /opt/src/external/gpl2/xcvs/lib/libcvs/Makefile
> #       $NetBSD: Makefile,v 1.8 2009/10/29 02:36:48 christos Exp $
> 
> LIBISPRIVATE=   yes
> 
> .include "${.CURDIR}/../../Makefile.inc"
> 
> LIB=    cvs
> 
> DIST=   ${IDIST}/lib
> .PATH:  ${DIST}
> CPPFLAGS+=-I${DIST}
> .y.c .y.h:
>         @true
> 
> SRCS=   __fpending.c asnprintf.c basename.c canon-host.c canonicalize.c \
>         chdir-long.c closeout.c cycle-check.c dirname.c dup-safer.c 
> exitfail.c \
>         fd-safer.c getdate.c gettime.c md5.c \
>         openat.c pagealign_alloc.c printf-args.c printf-parse.c \
>         quotearg.c regex.c rpmatch.c save-cwd.c sighandle.c strftime.c \
>         stripslash.c vasnprintf.c xalloc-die.c xgetcwd.c xgethostname.c \
>         xmalloc.c xreadlink.c yesno.c
> 
> getdate.c: getdate.y
>         @true
> 
> .include <bsd.lib.mk>


Home | Main Index | Thread Index | Old Index