concatenate-system

$Revision: 5.0.2.4 $

Generic Function

Package: EXCL

Arguments: (system destination &key)

This generic function concatenates the fasl files of the modules in system into destination. This is useful for creating one fasl from which the entire system can be loaded. Such a file can then be placed in a library or distributed.

The value of the silent keyword argument can be t or nil. Its default value is nil. t means do not print anything while performing the operation. This is similar to make -s. A non-nil value of simulate overrides silent t.

The value of the simulate keyword argument can be t or nil>. t means print the list of actions that would be taken if the operations were to be performed at this time, but do not actually perform the operations. This is similar to make -n.

See defsystem.htm for general information on the defsystem utility.

The general documentation description is in introduction.htm. The index in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.