Wednesday, August 15, 2018

Re: NEW: textproc/libdiff

Hi Anton --

On 08/15/18 14:38, Anton Lindqvist wrote:
> Hi,
> This is an upcoming dependency for textproc/lowdown and also my first
> time porting a library(!).
>
> One note: I ended up using ALL_TARGET=libdiff.a to prevent building two
> utility programs that are included in libdiff. However, the make install
> target depends on all which causes the same two programs to end up being
> built anyway but they are not installed. Should the make install target
> be patched to instead depend on libdiff.a? Or no biggie?

Yes; you can just remove the all dependency of the install target.

> Comments? OK?

Attached here is an updated version. You don't need the shared libs
stuff, since you're not building a shared library! :)

~Brian

No comments:

Post a Comment