openbsd-ports/lang/sbcl/patches/patch-contrib_vanilla-module.mk
pirofti b49caa5621 Update SBCL to version 1.0.31 from MAINTAINER (Josh Elsasser).
Highlights:
	- amd64 support
	- bootstraping works with clisp
2009-11-17 10:44:59 +00:00

12 lines
473 B
Makefile

$OpenBSD: patch-contrib_vanilla-module.mk,v 1.2 2009/11/17 10:45:00 pirofti Exp $
Add an 'all' target to allow building without running tests.
--- contrib/vanilla-module.mk.orig Wed Sep 6 17:56:59 2006
+++ contrib/vanilla-module.mk Thu Apr 10 14:13:34 2008
@@ -1,3 +1,4 @@
+all: $(MODULE).fasl
$(MODULE).fasl: $(MODULE).lisp ../../output/sbcl.core
$(SBCL) --eval '(compile-file (format nil "SYS:CONTRIB;~:@(~A~);~:@(~A~).LISP" "$(MODULE)" "$(MODULE)"))' </dev/null