Sorry for the mess

David Zeuthen david at fubar.dk
Tue May 23 07:23:29 PDT 2006


On Tue, 2006-05-23 at 04:51 -0400, Joe Marcus Clarke wrote:
> On Wed, 2006-05-17 at 18:35 -0400, David Zeuthen wrote:
> > On Thu, 2006-05-18 at 00:03 +0200, Danny Kukawka wrote:
> > >  SUBDIRS =  freebsd linux device-manager
> > > +if HALD_COMPILE_LINUX2
> > > +SUBDIRS = linux device-manager
> > > +endif
> > > +if HALD_COMPILE_SOLARIS
> > > +SUBDIRS = solaris device-manager
> > > +endif
> > > +if HALD_COMPILE_FREEBSD
> > > +SUBDIRS = freebsd device-manager
> > > +endif
> > 
> > This would probably break 'make dist' but I suppose the general idea is
> > good and the tests needs to be in each $arch/Makefile.am.
> 
> What about the attached patch?  It correctly puts all the subdirs in the
> distfile, and will only install the tools for the right OS.

Looks good to commit. Thanks!

    David




More information about the hal mailing list