File: clean-all

package info (click to toggle)
laptop-net 2.26-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 972 kB
  • ctags: 166
  • sloc: ansic: 1,806; sh: 1,395; makefile: 158
file content (9 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh
[ -f Makefile ] && make maintainer-clean
rm -f INSTALL Makefile.in aclocal.m4 compile config.h.in configure
rm -f depcomp install-sh missing mkinstalldirs
rm -f laptop-net-*.tar.gz
for FN in laptop-net-*; do test -d "${FN}" && rm -rf "${FN}"; done
(cd doc;./clean-all)
(cd scripts;./clean-all)
(cd src;./clean-all)