cvs commit: src/lib/libstand Makefile
Ruslan Ermilov
ru at FreeBSD.org
Mon May 30 03:41:11 PDT 2005
Hi,
On Sun, May 29, 2005 at 09:05:58PM +0000, Maxim Sobolev wrote:
> sobomax 2005-05-29 21:05:58 UTC
>
> FreeBSD src repository
>
> Modified files:
> lib/libstand Makefile
> Log:
> Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwise
> old version of bzlib.h can be picked up from the /usr/include.
>
> Revision Changes Path
> 1.51 +1 -1 src/lib/libstand/Makefile
>
Changes like this, while harmless, unnecessarily pollute makefiles.
During buildworld we first install new headers then build new
libraries then the rest. When doing standalone compiles, the same
procedure should generally be followed. (Otherwise, you'd end up
changing every utility's makefile that uses libstand to add this
-I to CFLAGS.)
I have only problem with the above change: it has a wrong attribution
in the commit log. The correct commit log would be: "aid in lazy
standalone builds by always picking up a fresh copy of bzlib.h from
sources".
Cheers,
--
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20050530/69ff6f50/attachment.bin
More information about the cvs-src
mailing list