From 4e2762fe2c79da366785c4fc9cf49d7353197a39 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 7 Mar 2007 08:30:40 +0000 Subject: [PATCH] Fix all Makefile headers to be the same format --- Makefile | 4 +++- direct/Makefile | 6 +++++- mtdemul/Makefile | 2 +- utils/Makefile | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1155a67..a17f9e5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ - +# Main Makefile for YAFFS +# +# # YAFFS: Yet Another Flash File System. A NAND-flash specific file system. # # Copyright (C) 2002-2007 Aleph One Ltd. diff --git a/direct/Makefile b/direct/Makefile index fd5b13f..fd29221 100644 --- a/direct/Makefile +++ b/direct/Makefile @@ -1,7 +1,11 @@ # Makefile for YAFFS direct test # +# +# YAFFS: Yet another Flash File System. A NAND-flash specific file system. +# # Copyright (C) 2003 Aleph One Ltd. # +# # Created by Charles Manning # # This program is free software; you can redistribute it and/or modify @@ -10,7 +14,7 @@ # # NB Warning this Makefile does not include header dependencies. # -# $Id: Makefile,v 1.13 2006-11-07 23:37:43 charles Exp $ +# $Id: Makefile,v 1.14 2007-03-07 08:30:40 colin Exp $ #EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC diff --git a/mtdemul/Makefile b/mtdemul/Makefile index 2a2029c..fe03b47 100644 --- a/mtdemul/Makefile +++ b/mtdemul/Makefile @@ -1,7 +1,7 @@ #Makefile for NANDemul MTD # # NB this is not yet suitable for putting into the kernel tree. -# YAFFS: Yet another FFS. A NAND-flash specific file system. +# YAFFS: Yet another Flash File System. A NAND-flash specific file system. # # Copyright (C) 2002 Aleph One Ltd. # for Toby Churchill Ltd and Brightstar Engineering diff --git a/utils/Makefile b/utils/Makefile index cdd41a7..49bf03b 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,7 +1,7 @@ #Makefile for mkyaffs # # NB this is not yet suitable for putting into the kernel tree. -# YAFFS: Yet another FFS. A NAND-flash specific file system. +# YAFFS: Yet another Flash File System. A NAND-flash specific file system. # # Copyright (C) 2002 Aleph One Ltd. # for Toby Churchill Ltd and Brightstar Engineering -- 2.30.2