Codebase list klibc / c8563d7b-4b71-4132-8dc1-45815475d90f/main git-rm-for-kernel.sh
c8563d7b-4b71-4132-8dc1-45815475d90f/main

Tree @c8563d7b-4b71-4132-8dc1-45815475d90f/main (Download .tar.gz)

git-rm-for-kernel.sh @c8563d7b-4b71-4132-8dc1-45815475d90f/mainraw · history · blame

#!/bin/sh
if [ -z "$RM" ]; then
  export RM='git rm -rf'
fi

nuke () {
    find "$@" -print | sort -r | xargs -rt $RM
}

nuke README Kbuild Makefile defconfig klibc.spec.in *.sh
nuke contrib klcc

# These files are either not needed or provided from the
# kernel tree
nuke scripts/Kbuild.include scripts/Kbuild.install
nuke scripts/Makefile.*
nuke scripts/basic