Clean up obsolete CVS version stamps and some other messiness.
authorCharles Manning <cdhmanning@gmail.com>
Wed, 20 Jun 2012 22:32:50 +0000 (10:32 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Wed, 20 Jun 2012 22:32:50 +0000 (10:32 +1200)
Just obsolete and benign messiness being cleaned up.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
direct/basic-test/Makefile
direct/basic-test/yaffs_fileem.c
direct/basic-test/yaffs_norif1.c
direct/basic-test/yaffs_ramdisk.c
direct/basic-test/yaffs_ramem2k.c
direct/handle_common.sh
direct/python/Makefile
direct/tests/Makefile

index b4fb52aabf3dbf55917e132a1126d6484a0d03e0..b98af822638c828d1cb0ad7da632a2fff8b3a988 100644 (file)
@@ -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
 
index 267e1341bc0d3d09805a94adb94b6e5a89d65372..96a64c61a32c1084abf9c361ececaf32351ebb9a 100644 (file)
@@ -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"
 
index 20511e45e85c973d35bc86882a917f964f159431..25bf1a9831a2f9048335329afd08c9bf50e31bb9 100644 (file)
@@ -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)
index bea5cfb8beaceb81f2bd35d7256390adc89dcab0..3d71e5170e0190aaf7e9c8c378bebe4623b67774 100644 (file)
@@ -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"
 
index 5bd0affbc742c026414da433f409859f7d7fcf2e..715ae77c97fd95b90088ddd73850fd9187430e92 100644 (file)
@@ -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
index be9d122815f0e3f16ab7107b371ccb0b51f85f2b..2b5a043c138ab14abc61c756eed3336bbd9d8ceb 100755 (executable)
@@ -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" \
index 2c70f5a45fdf78a4987806f96ba6c4d8b7128cf0..5822116c36c3484e12867bd306f4708bef45aa62 100644 (file)
@@ -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
 
index b2b16a7e60bbf871477ac5d99da0d8e1cad65e95..db1c222dff7a0a56a204f30c78cf6b4d812e31eb 100644 (file)
@@ -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