Dash:
[t2.git] / package / develop / clisp / clisp.conf
blob80d07ba76c05e80495287455f52a81c3cd609411
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../clisp/clisp.conf
5 # Copyright (C) 2007 - 2008 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 #just basic clisp to bootstrap sbcl... (or build maxima)
16 #you really want sbcl, no reason to produce a really ugly .conf with 500 cases
18 badopts="sbindir infodir sysconfdir localstatedir build"
19 for opt in $badopts; do var_remove_regex confopt ' ' "--$opt=.*"; done
21 cl_pre_make() {
22     cd src
23     ./makemake --prefix=$root/$prefix > Makefile
24     rm config.cache
27 # by default the documentation is installed into the top-level docdir ...
28 var_append makeinstopt ' ' 'docdir=$docdir'
30 hook_add premake 5 cl_pre_make
31 #something gets over-optimized with O2
32 var_append GCC_WRAPPER_APPEND ' ' "-O1"