> On 2008-01-07 20:45 +0200, Tuomo Valkonen wrote:
> > The attached patch contains some improvements to the Ion build system,
> > in particular for hopefully better Cygwin support. It does contain
> > quite big modifications (to do things in one place instead of a zillion
> > Makefiles), and I'd rather not make another RC release, so I'd appreciate
> > people checking that it (still) works, even on non-Cygwin configurations,
> > but in particular on that.

[CC'd to Tuomo because I doubt this will make it to the list.]

Thanks Tuomo, this works pretty well. My hackery was obviously the
cause of statusd's date monitor not working, because it works just
fine now.

The only problem left is that 'make clean' doesn't know about *.exe,
so they get left behind.

Unless you know something better, you might want to add this to
{ion,pwm,utils/ion-completefile,utils/ion-statusd}/Makefile:

TO_CLEAN += $(EXECUTABLE)$(BIN_SUFFIX)

-Bryan
aka chreekat

Reply via email to