Skip to content

Commit e2c5e7a

Browse files
committed
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 2e266c9 * 'test' recipes are never used
1 parent 5ae5826 commit e2c5e7a

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

binary-distribution.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ tar -cf $b-binary.tar \
2525
$b/contrib/asdf-module.mk \
2626
`for contrib in $(cd $b/contrib && echo *); do
2727
src_dir=$b/contrib/$contrib
28-
cache_dir=$b/obj/asdf-cache/$contrib
2928
if test -d $src_dir && test -f $b/obj/sbcl-home/contrib/$contrib.fasl; then
3029
echo $src_dir/Makefile
3130
fi

contrib/asdf/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ install::
1919

2020
build:: $(FASL)
2121
true
22-
test:: $(FASL)
23-
true
2422

2523
UPSTREAM=../../obj/asdf-upstream
2624
up::

doc/manual/generate-texinfo.lisp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
(defvar *contrib-directory* #P"../../contrib/")
1111

12-
(defvar *asdf-object-cache-directory* #P"../../obj/asdf-cache/")
13-
1412
(defvar *documented-packages*
1513
'("COMMON-LISP" "SB-ALIEN" "SB-DEBUG" "SB-EXT" "SB-GRAY" "SB-MOP"
1614
"SB-PCL" "SB-SYS" "SB-SEQUENCE" "SB-UNICODE" "SB-PROFILE"

0 commit comments

Comments
 (0)