Whamcloud - gitweb
LU-3862 misc: delete obsolete scripts
[fs/lustre-release.git] / lustre / kernel_patches / scripts / join-patch
diff --git a/lustre/kernel_patches/scripts/join-patch b/lustre/kernel_patches/scripts/join-patch
deleted file mode 100755 (executable)
index 065ea73..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-usage()
-{
-       echo "Usage: join-patch patchname"
-       exit 1
-}
-
-if [ $# -ne 1 ]
-then
-       usage
-fi
-
-PATCHNAME=$(stripit $1)
-
-if ! can_apply $PATCHNAME
-then
-       echo Patch $PATCHNAME does not apply
-       exit 1
-fi
-
-pcpatch $PATCHNAME
-for i in $(cat $P/pc/$PATCHNAME.pc)
-do
-       fpatch $i
-done
-
-patch -p1 -i "$P/patches/$PATCHNAME.patch" -f