File: vmsclean.com

package info (click to toggle)
bibclean 3.07-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,328 kB
  • sloc: ansic: 12,939; makefile: 2,371; awk: 122; sh: 24; sed: 10
file content (16 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$ !=====================================================================
$ ! Cleanup after a successful build and test, leaving only the
$ ! sources, test files, and DEC Alpha OpenVMS executable.
$ ! [08-Oct-1993]
$ !=====================================================================
$ purge *.*
$ delete *.i.*
$ delete *.obj.*
$ delete test*.aux.*
$ delete test*.bi2.*
$ delete test*.bib.*
$ delete test*.blg.*
$ delete test*.dvi.*
$ delete test*.er2.*
$ delete test*.err.*
$ delete test*.log.*