Re: [gentoo-user] How do you manage manually compiled software?

2017-04-28 Thread Daniel Campbell
On 04/27/2017 07:19 PM, Michael Orlitzky wrote: > On 04/27/2017 09:33 PM, Danny YUE wrote: >> Hi guys, >> >> I am compiling RISC-V tools...I am just curious how do you manage your >> manually compiled software? > > Don't, write an ebuild for it. > > > +1 for this. Even if it's a somewhat

Re: [gentoo-user] How do you manage manually compiled software?

2017-04-28 Thread Neil Bothwick
On Thu, 27 Apr 2017 22:19:03 -0400, Michael Orlitzky wrote: > > I am compiling RISC-V tools...I am just curious how do you manage your > > manually compiled software? > > Don't, write an ebuild for it. After checking bgo to see if anyone else has already invented that particular wheel. --

Re: [gentoo-user] How do you manage manually compiled software?

2017-04-28 Thread Danny YUE
On 2017-04-28 02:19, Michael Orlitzky wrote: > On 04/27/2017 09:33 PM, Danny YUE wrote: >> Hi guys, >> >> I am compiling RISC-V tools...I am just curious how do you manage your >> manually compiled software? > > Don't, write an ebuild for it. Well, since everyone is

Re: [gentoo-user] How do you manage manually compiled software?

2017-04-27 Thread Michael Orlitzky
On 04/27/2017 09:33 PM, Danny YUE wrote: > Hi guys, > > I am compiling RISC-V tools...I am just curious how do you manage your > manually compiled software? Don't, write an ebuild for it.

[gentoo-user] How do you manage manually compiled software?

2017-04-27 Thread Danny YUE
Hi guys, I am compiling RISC-V tools...I am just curious how do you manage your manually compiled software? Here are some options: 1) Just "make install" everything into /usr/local. But if the Makefile does not have removing option, how do you remove it then? 2) Put compiled software into