X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fu-boot%2Ffs%2Fyaffs2%2Fcopy-code.sh;fp=direct%2Fu-boot%2Ffs%2Fyaffs2%2Fcopy-code.sh;h=0000000000000000000000000000000000000000;hp=34520f65b432f8a133f80c91b7341462e526a8bf;hb=9ee5d0643e559568dbe62215f76e0a7bd5a63d93;hpb=83d99930038ef56463b6551aff5aa4d8348ce240;ds=sidebyside diff --git a/direct/u-boot/fs/yaffs2/copy-code.sh b/direct/u-boot/fs/yaffs2/copy-code.sh deleted file mode 100755 index 34520f6..0000000 --- a/direct/u-boot/fs/yaffs2/copy-code.sh +++ /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 -