Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 1997 08:45:18 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, jhay@FreeBSD.ORG
Subject:   Re: cvs commit: src Makefile
Message-ID:  <199706082245.IAA26899@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified files:
>    .                    Makefile 
>  Log:
>  Add libmp and libz to the includes target. This makes "make includes -DCLOBBER;
>  make depend; make all" work. I think there should be a better than adding
>  each library directory here.

It could traverse the whole tree and make the includeinstall targets, but
this would be slow.  Traversing just the include and lib trees would
probably be fast enough.

The includes target is also missing gnu/lib/libgmp, gnu/lib/libobjc,
lib/libdisk and lib/libopie, and is disordered.

Bruce



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