Content-type: text/html Manpage of cleanpack

cleanpack

Section: User Commands (1)
Index Return to Main Contents
 

NAME

cleanpack - remove object files and related in a pack.

 

SYNOPSIS

cleanpack [ -f ]

 

DESCRIPTION

cleanpack recursively removes from the current directory and below all the files which are object files as interpreted by gmkpack, that is all files with extension "o", "mod" or "ok", and all intermediate files generated by ODB.
Precompilers, auto-generated interface blocs, object libraries and executables are removed as well, though they are not in a subdirectory of the current one (they are removed because they are a sub-product from the source-code).
Other hidden files are not removed.
The working directory can be any directory of the pack. But if it is a subdirectory of the general source code directory, then only the source-code below will be cleaned (the cleaning works recursively downwards but not upwards). However, precompilers, auto-generated interface blocs, object libraries and executables would be removed anyway.
clearpack.

 

OPTIONS

-f
By default, cleanpack asks for confirmation before running. Use this option to force the cleaning without confirmation.

 

DIAGNOSTICS

This command will not work if the current directory does not look like the inside of a pack. Then the following message would be displayed :
"The working directory looks neither like the main directory of a pack nor the inside of a pack. No clean."

 

AUTHOR

Ryad El Khatib <ryad.elkhatib@meteo.fr>

 

SEE ALSO

resetpack(1), brushpack(1).


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
DIAGNOSTICS
AUTHOR
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 14:15:33 GMT, June 17, 2014