From 75508c6a271684806384718967765bb6c62e0d84 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 3 Dec 2007 18:52:44 +0000 Subject: * translator.boot.pamphlet (translateBootFile): Adjust call to getOutputPathname. --- src/boot/ChangeLog | 5 +++++ src/boot/translator.boot.pamphlet | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/boot/ChangeLog b/src/boot/ChangeLog index cf135562..6865dbb0 100644 --- a/src/boot/ChangeLog +++ b/src/boot/ChangeLog @@ -1,3 +1,8 @@ +2007-12-03 Gabriel Dos Reis + + * translator.boot.pamphlet (translateBootFile): Adjust call to + getOutputPathname. + 2007-12-02 Gabriel Dos Reis * Makefile.pamphlet (boot_objects_extra): New. diff --git a/src/boot/translator.boot.pamphlet b/src/boot/translator.boot.pamphlet index f64e35e5..50e146aa 100644 --- a/src/boot/translator.boot.pamphlet +++ b/src/boot/translator.boot.pamphlet @@ -781,7 +781,7 @@ defaultBootToLispFile file == CONCAT(shoeRemovebootIfNec file,'".clisp") translateBootFile(progname, options, file) == - outFile := getOutputPathname(options, defaultBootToLispFile file) + outFile := getOutputPathname(options) BOOTTOCL(file, ENOUGH_-NAMESTRING outFile) compileBootHandler(progname, options, file) == @@ -1881,9 +1881,7 @@ associateRequestWithFileType(Option '"compile", '"boot", (PROG (|outFile|) (RETURN (PROGN - (SETQ |outFile| - (|getOutputPathname| |options| - (|defaultBootToLispFile| |file|))) + (SETQ |outFile| (|getOutputPathname| |options|)) (BOOTTOCL |file| (ENOUGH-NAMESTRING |outFile|)))))) (DEFUN |compileBootHandler| (|progname| |options| |file|) -- cgit v1.2.3