Re: net/tor: enable SEPARATE_BUILD

2018-05-07 Thread Pascal Stumpf
On Mon, 07 May 2018 13:51:38 +0200, Jeremie Courreges-Anglas wrote: > On Sun, May 06 2018, Klemens Nanni wrote: > > Simple diff for out-of-tree builds: > > > > $ du -sh `make show='WRKSRC WRKBUILD'` > > 27.8M /tmp/pobj/tor-0.3.2.10/tor-0.3.2.10 > > 94.4M

Re: net/tor: enable SEPARATE_BUILD

2018-05-07 Thread Jeremie Courreges-Anglas
On Sun, May 06 2018, Klemens Nanni wrote: > Simple diff for out-of-tree builds: > > $ du -sh `make show='WRKSRC WRKBUILD'` > 27.8M /tmp/pobj/tor-0.3.2.10/tor-0.3.2.10 > 94.4M /tmp/pobj/tor-0.3.2.10/build-amd64 > > Without the symlink, it would rebuild

net/tor: enable SEPARATE_BUILD

2018-05-06 Thread Klemens Nanni
Simple diff for out-of-tree builds: $ du -sh `make show='WRKSRC WRKBUILD'` 27.8M /tmp/pobj/tor-0.3.2.10/tor-0.3.2.10 94.4M /tmp/pobj/tor-0.3.2.10/build-amd64 Without the symlink, it would rebuild manuals using rst2man. OK? Index: Makefile