Skip site navigation (1)Skip section navigation (2)
Date:      20 Aug 1997 02:19:57 GMT
From:      nnd@itfs.nsk.su
To:        bugs@freebsd.org
Subject:   Re: bin/4314: games/boggle Makefile correction
Message-ID:  <5tdk8d$7ru@news.itfs.nsk.su>
References:  <199708191756.DAA21799@godzilla.zeta.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help

Bruce Evans <bde@zeta.org.au> wrote:

> >+.if make(depend) || make(cleandepend)
> >+.include <bsd.subdir.mk>
> >+.else
> > .include <bsd.prog.mk>
> >+.endif

> OK, except the `cleandepend' bug seems to be elsewhere - the default
> for cleandepend in bsd.dep.mk (included from bsd.prog.mk) only works
> right if SRCS is defined, but SRCS isn't defined here since all the C
> programs are in subdirectories.

	And default for 'depend' in this case (no SRCS)
is to do TWO passes through SUBDIRs.

	I'm still fighting with "parallel"-safe
build system (and this includes changes to bsd.dep.mk
so I'll try to incorporate you fix in yet-to-be-made
bsd.dep.mk)

	N.Dudorov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5tdk8d$7ru>