mirror of
https://github.com/wfjm/w11.git
synced 2026-04-25 20:01:57 +00:00
41 lines
1.2 KiB
Groff
41 lines
1.2 KiB
Groff
.\" -*- nroff -*-
|
|
.\" $Id: rm_dep.1 1237 2022-05-15 07:51:47Z mueller $
|
|
.\" SPDX-License-Identifier: GPL-3.0-or-later
|
|
.\" 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
|
|
\fBrm_dep\fP removes all \fBvbomconv\fP 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 \fIstdout\fP 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>
|