]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - tools/usb/usbip/cleanup.sh
Merge branch 'pm-tools'
[mirror_ubuntu-bionic-kernel.git] / tools / usb / usbip / cleanup.sh
CommitLineData
9a20542f 1#!/bin/sh
0945b4fe
TH
2
3if [ -r Makefile ]; then
4 make distclean
5fi
6
9a20542f 7FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \
8 config.status config.sub configure cscope.out depcomp install-sh \
9 libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile \
10 Makefile.in missing src/Makefile src/Makefile.in"
0945b4fe 11
9a20542f 12rm -vRf $FILES