r10042: add umask to upload scripts
[vcs-tree.git] / Makefile
index e963a2520dce74e28e86065b54af56b072d03d7d..4af74192f7481fd807fced5e26fb9cccdafe63f2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
 #  Author:       Kevin M. Rosenberg
 #  Date Started: Sep 2003
 #
-#  $Id: Makefile 7061 2003-09-07 06:34:45Z kevin $
+#  $Id$
 ##############################################################################
 
 
@@ -15,7 +15,7 @@ sources       :=$(pkg).asd main.lisp loader.lisp package.lisp kmrcl-excerpt.lisp
 
 $(pkg): $(sources)
        $(MAKE) clean
-       sbcl --load "$(pkg).asd" --eval "(asdf:oos 'asdf:load-op '$(pkg))" --eval "(sb-ext:quit :unix-status 0)"
+       sbcl --core a --load "$(pkg).asd" --eval "(asdf:oos 'asdf:load-op '$(pkg))" --eval "(sb-ext:quit :unix-status 0)"
 
 clean:
        rm -f *.fasl $(pkg)