Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1122 - (hide annotations) (download) (as text)
Wed Aug 18 21:11:40 2010 UTC (13 years, 9 months ago) by niro
Original Path: trunk/mkinitrd-magellan/klibc/git-rm-for-kernel.sh
File MIME type: application/x-sh
File size: 362 byte(s)
-updated to klibc-1.5.19
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