From 033c28ee8de852de6b4b8a9a6a5ce07979600556 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 28 Sep 2004 14:31:42 +0000 Subject: [PATCH] r10049: improve makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4af7419..dd7a25b 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ sources :=$(pkg).asd main.lisp loader.lisp package.lisp kmrcl-excerpt.lisp $(pkg): $(sources) $(MAKE) clean - sbcl --core a --load "$(pkg).asd" --eval "(asdf:oos 'asdf:load-op '$(pkg))" --eval "(sb-ext:quit :unix-status 0)" + sbcl --userinit /dev/null --eval "(require 'asdf)" --load "$(pkg).asd" --eval "(asdf:operate 'asdf:load-op '$(pkg))" --eval "(sb-ext:quit :unix-status 0)" clean: rm -f *.fasl $(pkg) -- 2.34.1