mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-09 06:30:32 -07:00
When building ECL, temporary files go into the build directory, to avoid filling the /tmp
This commit is contained in:
parent
cd4dd4f67d
commit
760a644292
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue