[PATCH] rewrite build system to avoid recursion

Mike Frysinger vapier at gentoo.org
Sat Jun 25 02:32:37 EDT 2011


On Sat, Jun 25, 2011 at 02:30, Mike Frysinger wrote:
> The ubi-utils/src/ subdir is tossed as it just complicates things for no
> real gain.
>
>  ubi-utils/dictionary.c          |  405 ++++++++++++
>  ubi-utils/dictionary.h          |  174 +++++
>  ubi-utils/libiniparser.c        |  646 ++++++++++++++++++
>  ubi-utils/libscan.c             |  225 +++++++
>  ubi-utils/libubi.c              | 1372 +++++++++++++++++++++++++++++++++++++++
>  ubi-utils/libubi_int.h          |  131 ++++
>  ubi-utils/libubigen.c           |  315 +++++++++
>  ubi-utils/mtdinfo.c             |  446 +++++++++++++
>  ubi-utils/src/dictionary.c      |  405 ------------
>  ubi-utils/src/dictionary.h      |  174 -----
>  ubi-utils/src/libiniparser.c    |  646 ------------------
>  ubi-utils/src/libscan.c         |  225 -------
>  ubi-utils/src/libubi.c          | 1372 ---------------------------------------
>  ubi-utils/src/libubi_int.h      |  131 ----
>  ubi-utils/src/libubigen.c       |  315 ---------
>  ubi-utils/src/mtdinfo.c         |  446 -------------
>  ubi-utils/src/ubiattach.c       |  225 -------
>  ubi-utils/src/ubicrc32.c        |  124 ----
>  ubi-utils/src/ubidetach.c       |  208 ------
>  ubi-utils/src/ubiformat.c       |  950 ---------------------------
>  ubi-utils/src/ubimkvol.c        |  295 ---------
>  ubi-utils/src/ubinfo.c          |  434 -------------
>  ubi-utils/src/ubinize.c         |  628 ------------------
>  ubi-utils/src/ubirename.c       |  147 -----
>  ubi-utils/src/ubirmvol.c        |  211 ------
>  ubi-utils/src/ubirsvol.c        |  245 -------
>  ubi-utils/src/ubiupdatevol.c    |  324 ---------
>  ubi-utils/src/ubiutils-common.c |  211 ------
>  ubi-utils/ubiattach.c           |  225 +++++++
>  ubi-utils/ubicrc32.c            |  124 ++++
>  ubi-utils/ubidetach.c           |  208 ++++++
>  ubi-utils/ubiformat.c           |  950 +++++++++++++++++++++++++++
>  ubi-utils/ubimkvol.c            |  295 +++++++++
>  ubi-utils/ubinfo.c              |  434 +++++++++++++
>  ubi-utils/ubinize.c             |  628 ++++++++++++++++++
>  ubi-utils/ubirename.c           |  147 +++++
>  ubi-utils/ubirmvol.c            |  211 ++++++
>  ubi-utils/ubirsvol.c            |  245 +++++++
>  ubi-utils/ubiupdatevol.c        |  324 +++++++++
>  ubi-utils/ubiutils-common.c     |  211 ++++++
>  45 files changed, 7804 insertions(+), 7866 deletions(-)

ugh, i really have to remember to use the -M flag with these things.
this is all just renaming.
-mike


More information about the linux-mtd mailing list