Remove a few stale lines

* binary-distribution makes no use of cache_dir now
* generate-texinfo hasn't needed asdf-object-cache since git rev 2e266c9674
* 'test' recipes are never used
This commit is contained in:
Douglas Katzman 2022-09-29 17:47:49 -04:00
parent 5ae5826036
commit e2c5e7aa21
3 changed files with 0 additions and 5 deletions

View file

@ -25,7 +25,6 @@ tar -cf $b-binary.tar \
$b/contrib/asdf-module.mk \
`for contrib in $(cd $b/contrib && echo *); do
src_dir=$b/contrib/$contrib
cache_dir=$b/obj/asdf-cache/$contrib
if test -d $src_dir && test -f $b/obj/sbcl-home/contrib/$contrib.fasl; then
echo $src_dir/Makefile
fi

View file

@ -19,8 +19,6 @@ install::
build:: $(FASL)
true
test:: $(FASL)
true
UPSTREAM=../../obj/asdf-upstream
up::

View file

@ -9,8 +9,6 @@
(defvar *contrib-directory* #P"../../contrib/")
(defvar *asdf-object-cache-directory* #P"../../obj/asdf-cache/")
(defvar *documented-packages*
'("COMMON-LISP" "SB-ALIEN" "SB-DEBUG" "SB-EXT" "SB-GRAY" "SB-MOP"
"SB-PCL" "SB-SYS" "SB-SEQUENCE" "SB-UNICODE" "SB-PROFILE"