[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Support APR 1.4 for building on CentOS 7

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 25 Sep 2020 06:40:56 +0000

Julian Foad wrote on Wed, 23 Sep 2020 16:05 +0100:
> Committed in r1881958.
>
> BTW, how I tested this is by cleaning my build:
>
> (cd obj-dir && make local-clean)
>
> and then rebuilding, adding the following options to configure:
>
> --with-apr=$HOME/.local/apr-1.4.8
> --with-apr-util=$HOME/.local/apr-util-1.5.2
>
> with local builds of apr and apr-util in the stated places.

I know you know this, but it's not well documented so I'll mention it
again:

«make clean» undoes «make».

«make distclean» undoes «configure».

«make realclean» undoes «autogen.sh».

(Modulo bugs, at least. E.g., I think pkg-config files aren't
completely cleaned up when they should be.)

Cheers,

Daniel
Received on 2020-09-25 08:41:10 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.