Codebase list klibc / 69aa075f-58b3-4caf-863d-8fc837f5d84c/main git-rm-for-kernel.sh
69aa075f-58b3-4caf-863d-8fc837f5d84c/main

Tree @69aa075f-58b3-4caf-863d-8fc837f5d84c/main (Download .tar.gz)

git-rm-for-kernel.sh @69aa075f-58b3-4caf-863d-8fc837f5d84c/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