Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 1999 05:38:31 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        asami@FreeBSD.ORG, jhay@mikom.csir.co.za
Cc:        current@FreeBSD.ORG, jkh@FreeBSD.ORG, obrien@FreeBSD.ORG
Subject:   Re: whither readline.h?
Message-ID:  <199908241938.FAA02697@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>It is probably because /usr/src/gnu/lib/libreadline/Makefile use
>bsd.subdir.mk and not bsd.lib.mk. Their distribute targets are different.
>I don't know if you can just slot bsd.lib.mk in there because the
>libreadline have some subdirs that have to be handled.

I think using bsd.subdir.mk is an error if there is anything more to
be done than traversing subdirs.  bsd.subdir.mk is mainly for optimising
this special case.

Using bsd.lib.mk would be bogus since there are no libraries to be made,
and in fact it seems to be broken (it attempts to handle "lib.a").

bsd.prog.mk is supposed to be usable here and seems to work right for
normal builds.  We use it routinely in similar (but more top heavy)
setups elsewhere.

Bruce


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?199908241938.FAA02697>