chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] CMake tarballs


From: Brandon J. Van Every
Subject: Re: [Chicken-users] CMake tarballs
Date: Mon, 31 Jul 2006 11:02:37 -0700
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

felix winkelmann wrote:
On 7/31/06, Brandon J. Van Every <address@hidden> wrote:
>
> Is there *some* way to have a single tarball layout?

Sure.  I suggest creating /boot/*.c.in files as the CMake build does.
That way, people won't get confused about .c files in their toplevel
directory, whether those were built in-directory or came with the
tarball, etc.

Next question: can the CMake build omit the "boot" and create the
.c files in the toplevel directory?
(I know you won't like it, but is it possible?)

The CMake build does have to remain two-stage, so "omit" is the wrong word here. I can change the directory structure so that the boot stuff gets done in the main directory, and the final output gets done in a /stagetwo directory. This would allow ./configure to avoid messing with any directory structure issues.

*.c vs. *.c.in is still an issue though. What I'd like ./configure to do, is distribute *.c.in files, and copy them at configure time to .c files. That keeps in-directory and out-of-directory builds from getting clobbered. How doable is this from your perspective?


Cheers,
Brandon Van Every





reply via email to

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