]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hexdump: add the prefix 'hexdump-' to {conv,display,parse}.c
authorOndrej Oprala <ooprala@redhat.com>
Fri, 8 Nov 2013 16:13:06 +0000 (17:13 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 2 Dec 2013 12:44:17 +0000 (13:44 +0100)
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
text-utils/Makemodule.am
text-utils/hexdump-conv.c [moved from text-utils/conv.c with 100% similarity]
text-utils/hexdump-display.c [moved from text-utils/display.c with 100% similarity]
text-utils/hexdump-parse.c [moved from text-utils/parse.c with 100% similarity]

index 970b452e969ad115abe99455dfc87e7b60c0b0c2..267a195ca456b5ddfa877a9953180920f16372e7 100644 (file)
@@ -29,12 +29,12 @@ column_SOURCES = text-utils/column.c
 column_LDADD = $(LDADD) libcommon.la
 
 hexdump_SOURCES = \
-       text-utils/conv.c \
-       text-utils/display.c \
+       text-utils/hexdump-conv.c \
+       text-utils/hexdump-display.c \
        text-utils/hexdump.c \
        text-utils/hexdump.h \
        text-utils/hexsyntax.c \
-       text-utils/parse.c
+       text-utils/hexdump-parse.c
 hexdump_LDADD = $(LDADD) libcommon.la
 
 rev_SOURCES = text-utils/rev.c
similarity index 100%
rename from text-utils/conv.c
rename to text-utils/hexdump-conv.c