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 v4.2 12 lines 366 B view raw
1#!/bin/sh 2 3if [ -r Makefile ]; then 4 make distclean 5fi 6 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" 11 12rm -vRf $FILES