monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FW: Monit for HP/UX


From: Jan-Henrik Haukeland
Subject: Re: FW: Monit for HP/UX
Date: 10 Jan 2003 10:26:17 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service)

Jan-Henrik Haukeland <address@hidden> writes:

> Jan-Henrik Haukeland <address@hidden> writes:
> 
> > SOURCE          := $(filter-out $(GRAMMAR) $(FILTER), $(wildcard *.c) \
> >                    $(wildcard protocols/*.c) $(wildcard http/*.c) \
> >                    $(wildcard process/*.c)) $(GRAMMAR)  \
> >                    process/address@hidden@.c)
> 
> 
> Actually, I see now that this could be simplified to just:
> 
>  SOURCE          := $(filter-out $(GRAMMAR) $(FILTER), \
>                     $(wildcard *.c) $(wildcard */*.c)) \
>                     $(GRAMMAR) process/address@hidden@.c)

That last ')' is a bug, gurgle! BTW I see that the test for GNU make
was removed from the configure.ac, maybe we should put it in again or
at least document in the README that GNU make is required to build
monit?

Also I received an update on the HP/UX code which is included in this
mail.

Attachment: sysdep_hp.h
Description: sysdep_hp.h


-- 
Jan-Henrik Haukeland

reply via email to

[Prev in Thread] Current Thread [Next in Thread]