Re: [Nut-upsuser] Client-only Make option?...

2007-01-13 Thread Charles Lepple
There is also the option of ./configure --with-drivers=''. While this involves slightly more compilation than just upsmon and upsc, you still have to run ./configure, which takes longer than building in many cases. On 1/12/07, Peter Selinger [EMAIL PROTECTED] wrote: This question has a clear

Re: [Nut-upsuser] Client-only Make option?...

2007-01-13 Thread Arjen de Korte
Is there a Make/Config option that would build JUST the client binaries, upsmon and upsc?... Right after installing the sources, the answer is no. You need to compile some common stuff too, for which we have no separate options available. The question is, why do you want to do that in the

Re: [Nut-upsuser] Client-only Make option?...

2007-01-13 Thread Richard Whittaker
Arjen de Korte wrote: Is there a Make/Config option that would build JUST the client binaries, upsmon and upsc?... Right after installing the sources, the answer is no. You need to compile some common stuff too, for which we have no separate options available. The question is, why do you

Re: [Nut-upsuser] Client-only Make option?...

2007-01-13 Thread Arjen de Korte
Richard Whittaker wrote: Well, for a UPS connected client system with network ties to upsd, there's no reason to build any of the driver stuff, the only items I'm looking for would be upsmon, and possibly upsc, so I thought there might be a configure --client-only option or something. That's

[Nut-upsuser] Client-only Make option?...

2007-01-12 Thread richard
Greetings: I searched through the Makefile, the FAQ, and google, and was unable to find a clear answer for this question... Is there a Make/Config option that would build JUST the client binaries, upsmon and upsc?... Sorry if this has been answered elsewhere.. Regards, Richard.

Re: [Nut-upsuser] Client-only Make option?...

2007-01-12 Thread Peter Selinger
This question has a clear answer: no. There is no such Make/Config option. However, why not just do the following? ./configure [options] cd clients make upsmon upsc You can't use make install with this method. But if you have to, you could install these two binaries by hand: cp upsmon