#| -*-Scheme-*-
-$Id: pack-compiler-alpha.scm,v 1.1 1993/11/23 23:18:36 cph Exp $
+$Id: pack-compiler-alpha.scm,v 1.2 1994/05/03 04:50:31 cph Exp $
-Copyright (c) 1993 Massachusetts Institute of Technology
+Copyright (c) 1993-94 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
'(RUNTIME LOAD)))
(define (pack-compiler output)
- (pack-binaries output
+ (pack-binaries (if (default-object? output) "lib/compdel.com" output)
'(("sf"
"make.com"
"sf.bcon"
#| -*-Scheme-*-
-$Id: pack-compiler-mc68k.scm,v 1.2 1993/11/23 20:59:58 cph Exp $
+$Id: pack-compiler-mc68k.scm,v 1.3 1994/05/03 04:50:32 cph Exp $
-Copyright (c) 1993 Massachusetts Institute of Technology
+Copyright (c) 1993-94 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
'(RUNTIME LOAD)))
(define (pack-compiler output)
- (pack-binaries output
+ (pack-binaries (if (default-object? output) "lib/compdel.com" output)
'(("sf"
"make.com"
"sf.bcon"
#| -*-Scheme-*-
-$Id: pack-compiler-mips.scm,v 1.2 1993/11/23 21:00:53 cph Exp $
+$Id: pack-compiler-mips.scm,v 1.3 1994/05/03 04:50:33 cph Exp $
-Copyright (c) 1993 Massachusetts Institute of Technology
+Copyright (c) 1993-94 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
'(RUNTIME LOAD)))
(define (pack-compiler output)
- (pack-binaries output
+ (pack-binaries (if (default-object? output) "lib/compdel.com" output)
'(("sf"
"make.com"
"sf.bcon"
#| -*-Scheme-*-
-$Id: pack-compiler-spectrum.scm,v 1.1 1993/12/02 23:21:50 cph Exp $
+$Id: pack-compiler-spectrum.scm,v 1.2 1994/05/03 04:50:34 cph Exp $
-Copyright (c) 1993 Massachusetts Institute of Technology
+Copyright (c) 1993-94 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
'(RUNTIME LOAD)))
(define (pack-compiler output)
- (pack-binaries output
+ (pack-binaries (if (default-object? output) "lib/compdel.com" output)
'(("sf"
"make.com"
"sf.bcon"
#| -*-Scheme-*-
-$Id: pack-edwin-unix.scm,v 1.2 1993/11/23 21:01:10 cph Exp $
+$Id: pack-edwin-unix.scm,v 1.3 1994/05/03 04:50:35 cph Exp $
-Copyright (c) 1993 Massachusetts Institute of Technology
+Copyright (c) 1993-94 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(load (merge-pathnames "pack" (directory-pathname (current-load-pathname)))
'(RUNTIME LOAD)))
-(define (pack-edwin output)
- (pack-binaries output
+(define (pack-edwin #!optional output)
+ (pack-binaries (if (default-object? output) "lib/eddel.com" output)
'(("edwin"
"make.com"
"edwin.bcon"