summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-06-26 23:59:42 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-06-27 00:03:21 +0400
commitaa369b5e231cd56708e52deb57bb98b26ea26846 (patch)
treefdbb55a6a21505b154434e0e44be222fbba4d586 /debian/rules
parenta45fdd3f3b492254002686a4ed636cdf44089d59 (diff)
downloadopen-axiom-debian-aa369b5e231cd56708e52deb57bb98b26ea26846.tar.gz
Only SBCL, sorry
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules11
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/rules b/debian/rules
index 0502dd8..5a04b23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,18 +9,7 @@ BUILD = $(CURDIR)/build-tree
LDFLAGS += -Wl,--as-needed
-# List of archs currently having SBCL
-# Keep build-deb on sbcl in one line: sbcl (...) [...],
-HAVE_SBCL := $(shell grep sbcl debian/control | sed -r 's,.*\[(.+)\].*,\1,')
-
-ifneq (,$(filter $(DEB_HOST_ARCH),$(HAVE_SBCL)))
LISP := sbcl
-else
-LISP := gcl
-endif
-
-# For experiments only:
-#LISP := ecl
oa_libdir := /usr/lib/open-axiom