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 12:24:56 -0700
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

felix winkelmann wrote:
On 7/31/06, Brandon J. Van Every <address@hidden> wrote:
>
> 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?


Hm. I think I rather modify the autotools build to use "boot"...
Would that be ok?


Of course! Less work for me. :-) But to sanity check your motives, the *.c.in stuff is still necessary in /boot. *.c.in is how I keep distro files from colliding with built files.


Cheers,
Brandon Van Every





reply via email to

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