Magellan Linux

Annotation of /tags/mkinitrd-6_3_3/klibc/git-rm-for-kernel.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1182 - (hide annotations) (download) (as text)
Wed Dec 15 21:43:57 2010 UTC (13 years, 5 months ago) by niro
File MIME type: application/x-sh
File size: 362 byte(s)
tagged 'mkinitrd-6_3_3'
1 niro 1122 #!/bin/sh
2     if [ -z "$RM" ]; then
3     export RM='git rm -rf'
4     fi
5    
6     nuke () {
7     find "$@" -print | sort -r | xargs -rt $RM
8     }
9    
10     nuke README Kbuild Makefile defconfig klibc.spec.in *.sh
11     nuke contrib klcc
12    
13     # These files are either not needed or provided from the
14     # kernel tree
15     nuke scripts/Kbuild.include scripts/Kbuild.install
16     nuke scripts/Makefile.*
17     nuke scripts/basic