Re: [mongrel2] Mongrel2 v1.1 is Out, No More Python
- From:
- Jess Austin
- Date:
- 2010-09-23 @ 01:00
On Tue, Sep 21, 2010 at 4:22 AM, Zed A. Shaw <zedshaw@zedshaw.com> wrote:
> The conversion is mostly complete and we now do not depend on Python for
> a base install of Mongrel2. You simply just need ZeroMQ and Sqlite3 and
> you get the whole thing working.
>
> The docs are all converted, the configs are converted, and m2sh has
> control port and most of the features. I've released 1.1 and would like
> people to test it out and report problems to me:
This is great, and little as I care to admit it, being a python guy,
the removal of that dependency is an improvement.
Thanks also for taking "sudo" out of the Makefile, but I have another
complaint about that file. Is there any way that the Makefile for
m2sh could inherit the values of CFLAGS, LIBS, PREFIX, etc. from the
top-level Makefile? I mean, I understand not wanting to use autoconf
(even though it would be very nice if you decided to...), and I don't
know enough about make to say how this should be done by hand, but
especially if you decide to break out more functionality into the
"tools/" directory, eventually compilation/installation will get
complicated.
cheers,
Jess
Re: [mongrel2] Mongrel2 v1.1 is Out, No More Python
- From:
- Zed A. Shaw
- Date:
- 2010-09-23 @ 02:08
On Wed, Sep 22, 2010 at 08:00:43PM -0500, Jess Austin wrote:
> Is there any way that the Makefile for m2sh could inherit the values
> of CFLAGS, LIBS, PREFIX, etc. from the top-level Makefile? I mean, I
> understand not wanting to use autoconf (even though it would be very
> nice if you decided to...), and I don't know enough about make to say
> how this should be done by hand, but especially if you decide to break
> out more functionality into the "tools/" directory, eventually
> compilation/installation will get complicated.
Yeah that's the plan, it's really not hard. Probably end up having some
config that gets imported by both and a bit of the other things gnumake
has for it.
For right now though, it's just straight forward build with nothing
fancy.
--
Zed A. Shaw
http://zedshaw.com/