]> www.infradead.org Git - mtd-utils.git/commitdiff
ubi-utils: move pddcustomize to sort-me-out
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 18 Jan 2008 14:28:32 +0000 (16:28 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 18 Jan 2008 14:28:32 +0000 (16:28 +0200)
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
ubi-utils/Makefile
ubi-utils/sort-me-out/README
ubi-utils/sort-me-out/pddcustomize.c [moved from ubi-utils/src/pddcustomize.c with 100% similarity]

index c551c022cd78b74cb98a55af355436d5c38144e6..4fbdedc05fd6fe9ccd89a89ffb163a45bb0cd7f4 100644 (file)
@@ -13,10 +13,9 @@ CC := $(CROSS)gcc
 CFLAGS := -I./inc -I./src -I$(KERNELHDR) $(OPTFLAGS) -Werror \
        -Wwrite-strings -W -std=gnu99 -DPACKAGE_VERSION=\"1.0\"
 
-PERLPROGS = mkpfi ubicrc32.pl
-TARGETS = ubiupdate ubimkvol ubirmvol pddcustomize ubimirror \
-       unubi pfi2bin ubicrc32 ubinfo \
-       ubiattach ubidetach
+PERLPROGS = mkpfi
+TARGETS = ubiupdate ubimkvol ubirmvol ubimirror unubi pfi2bin ubicrc32 ubinfo \
+         ubiattach ubidetach
 
 vpath   %.c ./src
 
@@ -58,10 +57,6 @@ ubirmvol: ubirmvol.o common.o libubi.o
 ubicrc32: ubicrc32.o crc32.o
        $(CC) $(LDFLAGS) -o $@ $^
 
-pddcustomize: pddcustomize.o error.o libubimirror.o bootenv.o hashmap.o \
-               libubi.o crc32.o
-       $(CC) $(LDFLAGS) -o $@ $^
-
 ubimirror: ubimirror.o error.o libubimirror.o bootenv.o hashmap.o \
                libubi.o crc32.o
        $(CC) $(LDFLAGS) -o $@ $^
index b52e28b34889df15404e2691252d33c9a9d64ccb..ddeee73bf576215ad2a6a97c078b0ebf457aa43b 100644 (file)
@@ -56,3 +56,5 @@ This directory contains various stuff that has to be cleaned up and sorted out.
   target. Nothing wrong with it, but it seems to be rather specific to IBM
   guys' environment and it should be cleaned-up. It also should be documented
   better.
+
+* pddcustomize: not sure what is this for, seems to be IBM-specific.