mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
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:
parent
5ae5826036
commit
e2c5e7aa21
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -19,8 +19,6 @@ install::
|
|||
|
||||
build:: $(FASL)
|
||||
true
|
||||
test:: $(FASL)
|
||||
true
|
||||
|
||||
UPSTREAM=../../obj/asdf-upstream
|
||||
up::
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue