mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
0.8.9.2:
trivial tidying: A test file extension of .tmp lets it be autoremoved by clean.sh and autoignored by my ~/.cvsignore.
This commit is contained in:
parent
74c81accf8
commit
7b0b8ef8a7
3
clean.sh
3
clean.sh
|
|
@ -73,6 +73,9 @@ done
|
|||
# *.lisp-obj, *.fasl, *.x86f, *.axpf, *.lbytef, *.lib
|
||||
# typical extensions for fasl files (not just from SBCL, but
|
||||
# from other Lisp systems which might be used as xc hosts)
|
||||
# *.tmp, *.lisp-temp
|
||||
# conventional names for temporary files autogenerated in
|
||||
# building or testing
|
||||
# test-passed
|
||||
# generated by automatic directory-test-thyself procedure
|
||||
find . \( \
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"Directory for temporary test files.")
|
||||
|
||||
(defparameter *test-file*
|
||||
(merge-pathnames #p"test-data.txt" *test-path*))
|
||||
(merge-pathnames #p"test-data.tmp" *test-path*))
|
||||
|
||||
(eval-when (:load-toplevel) (ensure-directories-exist *test-path* :verbose t))
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@
|
|||
;;; checkins which aren't released. (And occasionally for internal
|
||||
;;; versions, especially for internal versions off the main CVS
|
||||
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
|
||||
"0.8.9.1"
|
||||
"0.8.9.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue