File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ vpath %.fasl ../obj/sbcl-home/contrib/
33contribs = sb-posix sb-bsd-sockets sb-introspect sb-cltl2 sb-aclrepl \
44 sb-sprof sb-capstone sb-md5 sb-capstone sb-executable sb-gmp sb-mpfr \
55 sb-queue sb-rotate-byte sb-rt sb-simple-streams sb-concurrency sb-cover \
6- sb-simd sb-grovel asdf
6+ sb-simd sb-grovel sb-perf asdf
77
88active_contribs = $(filter-out $(SBCL_CONTRIB_BLOCKLIST ) ,$(contribs ) )
99
@@ -15,6 +15,7 @@ all: $(fasls)
1515# This way we don't have to state them twice.
1616sb-md5.fasl : sb-rotate-byte.fasl
1717sb-cover.fasl : sb-md5.fasl
18+ sb-perf.fasl : sb-posix.fasl
1819sb-mpfr.fasl : sb-gmp.fasl
1920sb-queue.fasl : sb-concurrency.fasl
2021sb-simple-streams.fasl : sb-posix.fasl sb-bsd-sockets.fasl
Original file line number Diff line number Diff line change 1+ SYSTEM =sb-perf
2+ include ../asdf-module.mk
You can’t perform that action at this time.
0 commit comments