| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: system &key silent simulate &
This generic function removes the product files of the modules in system.
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. A true value of
simulate overrides :silent t
. If the
value of the silent keyword argument is t
(and simulate is nil
), then the functionality is similar to
make -s.
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. The value nil
means perform the actions. If the value of this
keyword argument is t
, then the functionality
is similar to make -n.
Although the home package of the symbol naimg this operator is the excl package, it is also exported from the defsystem package.
See also defsystem.htm for general information on the defsystem facility in Allegro CL.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |