[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Packaging Coq
From: |
Andreas Enge |
Subject: |
Re: Packaging Coq |
Date: |
Thu, 4 Dec 2014 11:07:48 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Thu, Dec 04, 2014 at 05:02:27AM +0400, Nikita Karetnikov wrote:
> ;; 'configure' does not recognize the flags if you
> ;; use 'system*'.
> (system (string-append "./configure"
> " -prefix " out
> " -camldir "
> (dirname (which
> "ocaml")))))))
This is very strange, how is it at all possible that system* does not work?
> (alist-replace 'build
> (lambda _
> (system* "make" "world"))
Instead of this, you could use
#:make-flags '("world")
Andreas
- Packaging Coq, Nikita Karetnikov, 2014/12/03
- Re: Packaging Coq,
Andreas Enge <=
Re: Packaging Coq, John Darrington, 2014/12/04
Re: Packaging Coq, Nikita Karetnikov, 2014/12/04