Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/cg-rm-for-kernel.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download) (as text)
Sat Sep 1 22:45:15 2007 UTC (16 years, 8 months ago) by niro
File MIME type: application/x-sh
File size: 361 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

1 #!/bin/sh
2 if [ -z "$RM" ]; then
3 export RM='cg-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

Properties

Name Value
svn:executable *