yaffs for u-boot: Cleanups to make patches acceptable for u-boot
[yaffs2.git] / direct / u-boot / fs / yaffs2 / copy-code.sh
diff --git a/direct/u-boot/fs/yaffs2/copy-code.sh b/direct/u-boot/fs/yaffs2/copy-code.sh
deleted file mode 100755 (executable)
index 34520f6..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh
-if [ "$1" = "copy" ] ; then
-       cp ../../../*.[ch] .
-elif [ "$1" = "clean" ] ; then
-       for i in `ls ../../../*.[ch]` ; do
-               f=`echo $i | sed -e "sx../xxg"`
-               rm $f
-       done
-else
-       echo "please specify copy or clean"
-       exit 1
-fi
-