Bill Page wrote:
> 
> It seems that the following commit is causing a generated file to be
> written into the source tree although I am building out of source.
> 
> Generate command.list

<snip>
> 
> In the build log I see this:
> 
> ...
> ; compiling file "/home/wspage/fricas-src/src/etc/gen-cpl.lisp"
> (written 04 APR 2014 01:51:39 PM):
> 
> ; /home/wspage/fricas-build/src/etc/../../../fricas-src/src/etc/gen-cpl.fasl
> written
> ...

Thanks for noticing this.  The problem is due to how ')read'
behaves: it creates '.fasl' file parallel to the source file.
In this case we could avoid creating '.fasl' (the code is
run-once, so compilation is not important).  However, it
may be better to modify ')read' so that '.fasl' is
created in current directory.

Note: '.fasl' is left in place as it is potentially reusable.

-- 
                              Waldek Hebisch
[email protected] 

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to