]> www.infradead.org Git - mtd-utils.git/commit
Change build system to autotools
authorRichard Weinberger <richard@nod.at>
Tue, 26 Apr 2016 20:09:08 +0000 (22:09 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 17 Nov 2016 10:36:55 +0000 (11:36 +0100)
commitd39ea7019cb204420c53a203ff9ccbb4cab0d4b3
tree313257adc2b8242c298d060ea29a256fa7394011
parentf600c700fcc7e703698c1a1164f14ad8d42479b1
Change build system to autotools

This patch is largely based on Richards original RFC.

The major differences to the RFC patch are:
 - Add missing sumtools & mtdpart targets
 - Fix name of mkfs.jffs2 target
 - Add missing subdir-objects option for non-recursive make
 - Move all automake options to configure.ac
 - Add manpages to install target
 - Make XATTR & LZO support configurable
 - Install binaries to sbin directory like in the old build system
 - Install flash_erase wrapper script
 - Add files missing from distribution target

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Signed-off-by: Richard Weinberger <richard@nod.at>
16 files changed:
.gitignore
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
include/common.h
jffsX-utils/Makemodule.am [new file with mode: 0644]
lib/Makemodule.am [new file with mode: 0644]
misc-utils/Makemodule.am [new file with mode: 0644]
nand-utils/Makemodule.am [new file with mode: 0644]
nor-utils/Makemodule.am [new file with mode: 0644]
nor-utils/rfddump.c
nor-utils/rfdformat.c
tests/ubi-tests/Makefile.am [new file with mode: 0644]
ubi-utils/Makemodule.am [new file with mode: 0644]
ubifs-utils/Makemodule.am [new file with mode: 0644]