diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-08 15:00:42 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-08 15:00:42 +0000 |
commit | 7a49e65020d948cc98b22a43416efce3dcbeb238 (patch) | |
tree | 922b2271e2ed87974b4b541647d26ce97fee9c8e /config | |
parent | 157f4368b440536001959ad58167b09357273edc (diff) | |
download | open-axiom-7a49e65020d948cc98b22a43416efce3dcbeb238.tar.gz |
* configure.ac.pamphlet: Fix thinko.
* config/var-def.mk (SYS): Remove.
(AX_FLAGS): Likewise.
src/interp/
* Makefile.pamphlet (makeint.lisp): Don't print SYS, LISP, BYE.
(DEBUGSYS): Remove.
(all-debugsys): Likewise.
(<<debugsys.lisp>>): Likewise.
* debugsys.lisp.pamphlet: Remove.
Diffstat (limited to 'config')
-rw-r--r-- | config/var-def.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/var-def.mk b/config/var-def.mk index ef7941ea..32e5c572 100644 --- a/config/var-def.mk +++ b/config/var-def.mk @@ -190,16 +190,8 @@ AXIOM = $(top_builddir)/target/$(target) ## Where to find OpenAxiom data bases. DAASE = $(axiom_src_datadir) -# What platform is this build for? The use of `export' below, -# as much as I dislike it is OK: we now require GNU Make. -SYS = $(target) -export SYS - TMP=$(axiom_builddir) -## Variables to export to sub-processes of Make -AX_FLAGS = SYS=$(SYS) - ## Shall we build GCL? axiom_include_gcl = @axiom_include_gcl@ |