Re: [dev] [sbase][patch] make libutf.a and libutil.a different

From: Dimitris Papastamos <sin_AT_2f30.org>
Date: Wed, 19 Nov 2014 19:28:51 +0000

On Wed, Nov 19, 2014 at 08:15:09PM +0100, k0ga_AT_shike2.com wrote:
> > The Makefile made libutil.a and libutf.a identical. Here is a patch to fix this.
> >
> > -$(LIB): $(LIBUTFOBJ) $(LIBUTILOBJ)
> > +$(LIBUTF): $(LIBUTFOBJ)
> > + $(AR) -r -c $_AT_ $?
> > + $(RANLIB) $_AT_
> > +
> > +$(LIBUTIL): $(LIBUTILOBJ)
> > $(AR) -r -c $_AT_ $?
> > $(RANLIB) $_AT_
> >
>
> In fact, POSIX says that it could be only:
>
>
> $(LIB): libutf($(LIBUTFOBJ)) libutil($(LIBUTILOBJ))
>
> but my experience is that it doesn't work in BSD systems :(

We now depend on GNU make. I am tired of fighting make implementations.
Received on Wed Nov 19 2014 - 20:28:51 CET

This archive was generated by hypermail 2.3.0 : Wed Nov 19 2014 - 20:36:09 CET