PowerAda aprojrm

From OC Systems Wiki!
Jump to: navigation, search


NAME

aprojrm - remove a PowerAda project

SYNOPSIS

aprojrm [-hF] project_root

DESCRIPTION

aprojrm deletes the project root and all files, directories, and sublibraries under it. This is essentially just the UNIX "rm -rf" command.

Confirmation is requested before removing or replacing the specified project.

OPTIONS

-h
Prints version, and command line help information.
-F
Forces the action without a prompt for confirmation.

PARAMETERS

project_root
The directory name of the project root.

FILES

$POWERADA/bin/aprojrm     -       the aprojrm program image.

ENVIRONMENT VARIABLES

POWERADA
This must be defined and indicate the powerada/ada95 directory in the PowerAda installation.

EXAMPLES

# remove project adaproj
aprojrm adaproj
Delete EVERYTHING under /user/fred/adaproj? (y/[n]) y

SEE ALSO

aprojinit

BUGS/LIMITATIONS

See Problems and Questions at the beginning of this Appendix.