On Fri, 2 Oct 2009 08:02:25 +0200 Florian Haas <florian.haas@xxxxxxxxxx> wrote: > A fairly thorough makeover of the build system, with one Makefile per > directory replacing the previous single Makefile in usr. > > This adds some version detection magic and a "make tarball" target for > conveniently rolling a tarball out of a git checkout. > > Signed-off-by: Florian Haas <florian.haas@xxxxxxxxxx> > --- > Makefile | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > conf/Makefile | 11 +++++++ > conf/targets.conf | 2 + > doc/Makefile | 22 +++++++++++++++ > scripts/Makefile | 13 +++++++++ > scripts/tgt-admin | 2 +- > usr/Makefile | 22 +------------- > 7 files changed, 129 insertions(+), 21 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 Mostly looks ok but > +docdir = /usr/share/doc/tgt-$(VERSION) This is different from what the current Makefile works. The patch description tells me that this simply splits the Makefile (and adds some new rules like building a tar). If you want to change the behavior, please try with a separate patch (though I don't think this change makes sense). -- 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