From: Charles Manning Date: Wed, 20 Jun 2012 22:32:50 +0000 (+1200) Subject: Clean up obsolete CVS version stamps and some other messiness. X-Git-Tag: aleph1-release~73^2~4 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=f2515386664a31de3dd220a7d5d30145c1cd5070 Clean up obsolete CVS version stamps and some other messiness. Just obsolete and benign messiness being cleaned up. Signed-off-by: Charles Manning --- diff --git a/direct/basic-test/Makefile b/direct/basic-test/Makefile index b4fb52a..b98af82 100644 --- a/direct/basic-test/Makefile +++ b/direct/basic-test/Makefile @@ -14,7 +14,6 @@ # # NB Warning this Makefile does not include header dependencies. # -# $Id: Makefile,v 1.24 2010-02-17 02:18:57 charles Exp $ #EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC diff --git a/direct/basic-test/yaffs_fileem.c b/direct/basic-test/yaffs_fileem.c index 267e134..96a64c6 100644 --- a/direct/basic-test/yaffs_fileem.c +++ b/direct/basic-test/yaffs_fileem.c @@ -16,9 +16,6 @@ * This is only intended as test code to test persistence etc. */ -const char *yaffs_flashif_c_version = "$Id: yaffs_fileem.c,v 1.7 2010-02-18 01:18:04 charles Exp $"; - - #include "yportenv.h" #include "yaffs_trace.h" diff --git a/direct/basic-test/yaffs_norif1.c b/direct/basic-test/yaffs_norif1.c index 20511e4..25bf1a9 100644 --- a/direct/basic-test/yaffs_norif1.c +++ b/direct/basic-test/yaffs_norif1.c @@ -35,8 +35,6 @@ * */ -const char *yaffs_norif1_c_version = "$Id: yaffs_norif1.c,v 1.6 2010-02-18 01:18:04 charles Exp $"; - #include "yaffs_norif1.h" #include "yportenv.h" @@ -147,9 +145,7 @@ static void ynorif1_AndBytes(u8*target, const u8 *src, int nbytes) nbytes--; } } - int (*drv_write_chunk_fn) (struct yaffs_dev *dev, int nand_chunk, - const u8 *data, int data_len, - const u8 *oob, int oob_len); + static int ynorif1_WriteChunkToNAND(struct yaffs_dev *dev,int nand_chunk, const u8 *data, int data_len, const u8 *oob, int oob_len) diff --git a/direct/basic-test/yaffs_ramdisk.c b/direct/basic-test/yaffs_ramdisk.c index bea5cfb..3d71e51 100644 --- a/direct/basic-test/yaffs_ramdisk.c +++ b/direct/basic-test/yaffs_ramdisk.c @@ -18,9 +18,6 @@ * Use this with dev->use_nand_ecc enabled, then ECC overheads are not required. */ -const char *yaffs_ramdisk_c_version = "$Id: yaffs_ramdisk.c,v 1.6 2010-01-11 04:06:47 charles Exp $"; - - #include "yportenv.h" #include "yaffs_trace.h" diff --git a/direct/basic-test/yaffs_ramem2k.c b/direct/basic-test/yaffs_ramem2k.c index 5bd0aff..715ae77 100644 --- a/direct/basic-test/yaffs_ramem2k.c +++ b/direct/basic-test/yaffs_ramem2k.c @@ -16,8 +16,6 @@ */ -const char *yaffs_ramem2k_c_version = "$Id: yaffs_ramem2k.c,v 1.8 2010-02-18 01:18:04 charles Exp $"; - #ifndef __KERNEL__ #define CONFIG_YAFFS_RAM_ENABLED #else diff --git a/direct/handle_common.sh b/direct/handle_common.sh index be9d122..2b5a043 100755 --- a/direct/handle_common.sh +++ b/direct/handle_common.sh @@ -20,6 +20,7 @@ YAFFS_COMMON_SOURCES="\ if [ "$1" = "copy" ] ; then +set -e -x for i in $YAFFS_COMMON_SOURCES ; do sed ../$i \ -e "s/strcat/yaffs_strcat/g" \ diff --git a/direct/python/Makefile b/direct/python/Makefile index 2c70f5a..5822116 100644 --- a/direct/python/Makefile +++ b/direct/python/Makefile @@ -14,7 +14,6 @@ # # NB Warning this Makefile does not include header dependencies. # -# $Id: Makefile,v 1.6 2010-02-17 00:51:15 charles Exp $ #EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC diff --git a/direct/tests/Makefile b/direct/tests/Makefile index b2b16a7..db1c222 100644 --- a/direct/tests/Makefile +++ b/direct/tests/Makefile @@ -14,7 +14,6 @@ # # NB Warning this Makefile does not include header dependencies. # -# $Id: Makefile,v 1.7 2010-02-25 22:34:47 charles Exp $ #EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC