As discussed with Tomo, here is an updated version of this patch. It does no longer include the sysconfig file or init script, it merely splits the single Makefile in usr/ into one Makefile per directory, and improves the build process. RPM and Debian packaging is in separate branches cloneable from git://git.linbit.com/florian/git; this may be of use to the respective package maintainers (CC'd). Hope this is useful. Cheers, Florian Florian Haas (1): Build process makeover Makefile | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++ conf/Makefile | 11 +++++ conf/targets.conf | 2 + doc/Makefile | 22 ++++++++++ scripts/Makefile | 13 ++++++ usr/Makefile | 22 +--------- 6 files changed, 164 insertions(+), 20 deletions(-) create mode 100644 Makefile create mode 100644 conf/Makefile create mode 100644 conf/targets.conf create mode 100644 doc/Makefile create mode 100644 scripts/Makefile -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html