1 #!/bin/sh 2 # SPDX-License-Identifier: GPL-2.0 3 4 if [ -r Makefile ]; then 5 make distclean 6 fi 7 8 FILES="aclocal.m4 autom4te.cache compile confi 9 config.status config.sub configure csco 10 libsrc/Makefile libsrc/Makefile.in libt 11 Makefile.in missing src/Makefile src/Ma 12 13 rm -vRf $FILES
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.