When building ECL, temporary files go into the build directory, to avoid filling the /tmp

This commit is contained in:
Juan Jose Garcia Ripoll 2010-12-11 16:58:49 +01:00
parent cd4dd4f67d
commit 760a644292

View file

@ -97,6 +97,11 @@
(load #+(or cross ecl-min) "@ECL_CMPDIR@/load.lsp"
#-(or cross ecl-min) "cmp.so")
;;;
;;; * Change the place where temporary files go to
;;;
(si::pathname-translations "TMP" '(("**;*.*.*" "@true_builddir@/**/*.*")))
;;;
;;; * Remove documentation from compiled files
;;;