From 6b72655f649e8226f6b1258c95f08678c441c0f1 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 10 Nov 2010 11:22:18 -0500 Subject: [PATCH] releng: tweak build ordering to get code first, docs last * Makefile.am (SUBDIRS): Build . and runtime/staprun first. * Makefile.in: Regenerated. --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index ff5e80380..f8d863213 100644 --- a/Makefile.am +++ b/Makefile.am @@ -295,7 +295,7 @@ if BUILD_SERVER endif (cd $(srcdir)/man; for f in *.3*; do rm -rf "$(DESTDIR)$(man3dir)/$$f"; done) -SUBDIRS = doc grapher runtime/staprun +SUBDIRS = . runtime/staprun grapher doc DIST_SUBDIRS = testsuite $(SUBDIRS) EXTRA_DIST = man/tapset*.3stap diff --git a/Makefile.in b/Makefile.in index 74baa429d..734163dd4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -448,7 +448,7 @@ LDADD = EXAMPLE_SOURCE_DIR = $(srcdir)/testsuite/systemtap.examples EXAMPLE_META_FILES = $(EXAMPLE_SOURCE_DIR)/*/*.meta TEST_COV_DIR = coverage -SUBDIRS = doc grapher runtime/staprun +SUBDIRS = . runtime/staprun grapher doc DIST_SUBDIRS = testsuite $(SUBDIRS) EXTRA_DIST = man/tapset*.3stap -- 2.43.5