From e2c5e7aa217d8f1b3ca300eb3e67b7ee47179c00 Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Thu, 29 Sep 2022 17:47:49 -0400 Subject: [PATCH] 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 --- binary-distribution.sh | 1 - contrib/asdf/Makefile | 2 -- doc/manual/generate-texinfo.lisp | 2 -- 3 files changed, 5 deletions(-) diff --git a/binary-distribution.sh b/binary-distribution.sh index ad6f3c3e5..011ca0080 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -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 diff --git a/contrib/asdf/Makefile b/contrib/asdf/Makefile index c1abd1577..864d1f3a8 100644 --- a/contrib/asdf/Makefile +++ b/contrib/asdf/Makefile @@ -19,8 +19,6 @@ install:: build:: $(FASL) true -test:: $(FASL) - true UPSTREAM=../../obj/asdf-upstream up:: diff --git a/doc/manual/generate-texinfo.lisp b/doc/manual/generate-texinfo.lisp index 44e5edca8..65580c7ce 100644 --- a/doc/manual/generate-texinfo.lisp +++ b/doc/manual/generate-texinfo.lisp @@ -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"