X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=binary-distribution.sh;h=e08e28ee2ca44bf53bc041ed37309c425b30edc2;hb=HEAD;hp=dea1fc8ad4aeb22d008bc60ba98456527a0b941f;hpb=ecebde418ab9dbd66ef4729c5c04242c57a8c1e6;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index dea1fc8..e08e28e 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -21,8 +21,10 @@ tar -cf $b-binary.tar \ $b/contrib/vanilla-module.mk \ `for contrib in $(cd $b/contrib && echo *); do src_dir=$b/contrib/$contrib - if test -d $src_dir && test -f $obj_dir/test-passed.test-report; then - find $src_dir -name CVS -type d -prune -o \! -type d \! -name '.cvsignore' -print + cache_dir=$b/obj/asdf-cache/$contrib + if test -d $src_dir && test -f $cache_dir/test-passed.test-report; then + echo $src_dir/Makefile + echo $cache_dir/test-passed.test-report fi done` \ $b/obj/sbcl-home