lineage_kernel_xcoverpro/tools/usb/usbip/cleanup.sh

14 lines
401 B
Bash
Raw Normal View History

2023-06-18 22:53:49 +00:00
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
if [ -r Makefile ]; then
make distclean
fi
FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \
config.status config.sub configure cscope.out depcomp install-sh \
libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile \
Makefile.in missing src/Makefile src/Makefile.in"
rm -vRf $FILES