OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [tools/] [bin/] [rm_dep] - Blame information for rev 2

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 wfjm
#!/bin/sh
2
# $Id: rm_dep 311 2010-06-30 17:52:37Z mueller $
3
#
4
#  Revision History:
5
# Date         Rev Version  Comment
6
# 2010-04-26   284   1.1    add xargs -r to prevent rm errors on empty lists
7
# 2010-04-24   282   1.0    Initial version
8
#
9
for ftype in dep_ghdl dep_isim dep_xst dep_ucf_cpp
10
do
11
  echo "---------- remove *.$ftype ----------------------------------------"
12
  find -name "*.$ftype" | xargs --no-run-if-empty rm -v
13
done

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.