Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.4 13 lines 401 B view raw
1#!/bin/sh 2# SPDX-License-Identifier: GPL-2.0 3 4if [ -r Makefile ]; then 5 make distclean 6fi 7 8FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \ 9 config.status config.sub configure cscope.out depcomp install-sh \ 10 libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile \ 11 Makefile.in missing src/Makefile src/Makefile.in" 12 13rm -vRf $FILES