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

Charles Lepple clepple at gmail.com
Sat Jan 13 02:10:50 CET 2007


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 <selinger at mathstat.dal.ca> wrote:
> 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 /usr/sbin/upsmon
>  cp upsc /usr/bin/upsc
>  chmod 755 /usr/sbin/upsmon /usr/bin/upsc
>
> -- Peter
>
>
> richard at connections.yk.ca wrote:
> >
> > 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?...

-- 
- Charles Lepple



More information about the Nut-upsuser mailing list