mirror of
https://github.com/wfjm/w11.git
synced 2026-04-26 04:08:17 +00:00
44 lines
1.2 KiB
Groff
44 lines
1.2 KiB
Groff
.\" -*- nroff -*-
|
|
.\" $Id: rm_dep.1 321 2010-08-01 19:43:39Z mueller $
|
|
.\"
|
|
.\" Copyright 2010- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
|
.\"
|
|
.\" ------------------------------------------------------------------
|
|
.
|
|
.TH RM_DEP 1 2010-07-24 "Retro Project" "Retro Project Manual"
|
|
.\" ------------------------------------------------------------------
|
|
.SH NAME
|
|
rm_dep \- remove vbomconv generated dependency files in a directory tree
|
|
.\" ------------------------------------------------------------------
|
|
.SH SYNOPSIS
|
|
.
|
|
.SY rm_dep
|
|
.YS
|
|
.
|
|
.\" ------------------------------------------------------------------
|
|
.SH DESCRIPTION
|
|
.B rm_dep
|
|
removes all
|
|
.B vbomconv
|
|
generated dependency rule files from the whole directory tree starting
|
|
at the current working directory. Specifically, it removes
|
|
.PP
|
|
.EX
|
|
*.dep_ghdl
|
|
*.dep_isim
|
|
*.dep_xst
|
|
*.dep_ucf_cpp
|
|
.EE
|
|
.PP
|
|
The script produces a log to
|
|
.I stdout
|
|
indicating all removed files, the messages are generated by '\fIrm -v\fP'.
|
|
.
|
|
.\" ------------------------------------------------------------------
|
|
.SH "SEE ALSO"
|
|
.BR vbomconv (1)
|
|
.
|
|
.\" ------------------------------------------------------------------
|
|
.SH AUTHOR
|
|
Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|