xref: /kernel/linux/linux-5.10/tools/usb/usbip/cleanup.sh
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/usb/usbip/
18c2ecf20Sopenharmony_ci#!/bin/sh
28c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciif [ -r Makefile ]; then
58c2ecf20Sopenharmony_ci	make distclean
68c2ecf20Sopenharmony_cifi
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciFILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \
98c2ecf20Sopenharmony_ci       config.status config.sub configure cscope.out depcomp install-sh      \
108c2ecf20Sopenharmony_ci       libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile         \
118c2ecf20Sopenharmony_ci       Makefile.in missing src/Makefile src/Makefile.in"
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_cirm -vRf $FILES
14

Indexes created Thu Nov 07 10:32:03 CST 2024