[racket] file-or-directory-modify-seconds usage bug

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Jul 19 21:43:39 EDT 2010

On Mon, Jul 19, 2010 at 8:39 PM, synx <plt at synx.us.to> wrote:
>> but don't pass an install dir and instead let the
>> make install phase go directly into the plt tree where you're building
>> from. This works in general and is probably easier to deal with than a
>> separate install directory.
>
> I... huh? You mean if I don't specify a prefix in configure, it just
> throws everything in the directory I'm building in? Oh, I see it says so
> in configure itself. I guess I could work with that.

It isn't conventional, but it is how most of us who develop racket
work; it is easier if you're following git relatively closely. (You
still want a separate build dir for the C part of the system, tho.)

Robby


Posted on the users mailing list.