Skip to content

Commit eb7bd95

Browse files
committed
Build sb-perf
1 parent f8f076e commit eb7bd95

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

contrib/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ vpath %.fasl ../obj/sbcl-home/contrib/
33
contribs = 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

88
active_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.
1616
sb-md5.fasl: sb-rotate-byte.fasl
1717
sb-cover.fasl: sb-md5.fasl
18+
sb-perf.fasl: sb-posix.fasl
1819
sb-mpfr.fasl: sb-gmp.fasl
1920
sb-queue.fasl: sb-concurrency.fasl
2021
sb-simple-streams.fasl: sb-posix.fasl sb-bsd-sockets.fasl

contrib/sb-perf/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SYSTEM=sb-perf
2+
include ../asdf-module.mk

0 commit comments

Comments
 (0)