<feed xmlns='http://www.w3.org/2005/Atom'>
<title>systemtap-steved/compile, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/'/>
<entry>
<title>Don't try to parallel install partial build-elfutils build in lib-elfutils.</title>
<updated>2010-02-16T12:24:43+00:00</updated>
<author>
<name>Mark Wielaard</name>
<email>mjw@redhat.com</email>
</author>
<published>2010-02-16T12:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=e6364d7923d49c7bfe1a807cd877cb9b29ca0acf'/>
<id>e6364d7923d49c7bfe1a807cd877cb9b29ca0acf</id>
<content type='text'>
The parallel install into lib-elfutils during the build seems to be fragile,
so explicitly install the libs with -j1.

* Makefile.am (stamp-elfutils): Add -j1 in for dir loop sub make.
* Makefile.in: Regenerated.
* aclocal.m4: Likewise.
* compile: Likewise.
* config.in: Likewise.
* configure: Likewise.
* doc/Makefile.in: Likewise.
* doc/SystemTap_Tapset_Reference/Makefile.in: Likewise.
* doc/beginners/Makefile.in: Likewise.
* grapher/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
* testsuite/aclocal.m4: Likewise.
* testsuite/configure: Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The parallel install into lib-elfutils during the build seems to be fragile,
so explicitly install the libs with -j1.

* Makefile.am (stamp-elfutils): Add -j1 in for dir loop sub make.
* Makefile.in: Regenerated.
* aclocal.m4: Likewise.
* compile: Likewise.
* config.in: Likewise.
* configure: Likewise.
* doc/Makefile.in: Likewise.
* doc/SystemTap_Tapset_Reference/Makefile.in: Likewise.
* doc/beginners/Makefile.in: Likewise.
* grapher/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
* testsuite/aclocal.m4: Likewise.
* testsuite/configure: Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>elfutils build tweak: run nested configure with bash, add -fgnu89-inline</title>
<updated>2009-08-18T15:38:31+00:00</updated>
<author>
<name>Frank Ch. Eigler</name>
<email>fche@elastic.org</email>
</author>
<published>2009-08-18T15:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=412e1bf7de63114d4432382a08eb21f1301a241c'/>
<id>412e1bf7de63114d4432382a08eb21f1301a241c</id>
<content type='text'>
* configure.ac: Tweak --with-elfutils nested configure invocation.
* rest of auto* files: regenerated with fedora-11 tools
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.ac: Tweak --with-elfutils nested configure invocation.
* rest of auto* files: regenerated with fedora-11 tools
</pre>
</div>
</content>
</entry>
<entry>
<title>PR5750: autoreconf compatibility</title>
<updated>2008-02-10T00:28:54+00:00</updated>
<author>
<name>fche</name>
<email>fche</email>
</author>
<published>2008-02-10T00:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=0d563e601674c51788b35103da6d004450833541'/>
<id>0d563e601674c51788b35103da6d004450833541</id>
<content type='text'>
2008-02-09  Frank Ch. Eigler  &lt;fche@elastic.org&gt;

	PR5750.
	From Eugeniy Meshcheryakov eugen@debian.org:
	* configure.ac (HAVE_LIBSQLITE3): Complete AC_DEFINE.

	* configure, INSTALL, missing, compile, depcomp, install-sh:
	autoreconf -fi'd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2008-02-09  Frank Ch. Eigler  &lt;fche@elastic.org&gt;

	PR5750.
	From Eugeniy Meshcheryakov eugen@debian.org:
	* configure.ac (HAVE_LIBSQLITE3): Complete AC_DEFINE.

	* configure, INSTALL, missing, compile, depcomp, install-sh:
	autoreconf -fi'd.
</pre>
</div>
</content>
</entry>
<entry>
<title>2005-12-11  Roland McGrath  &lt;roland@redhat.com&gt;</title>
<updated>2005-12-12T05:52:08+00:00</updated>
<author>
<name>roland</name>
<email>roland</email>
</author>
<published>2005-12-12T05:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=83556d2b1d1858d6bdd6dcfa93abb44236bcab2f'/>
<id>83556d2b1d1858d6bdd6dcfa93abb44236bcab2f</id>
<content type='text'>
	PR 1916
	* configure.ac: Grok --with-elfutils.
	* Makefile.am [BUILD_ELFUTILS] (install-elfutils, stamp-elfutils):
	New targets.
	[BUILD_ELFUTILS] (stap_LDFLAGS, stap_LDFLAGS): Add flags
	to point at local elfutils build.
	[BUILD_ELFUTILS] (BUILT_SOURCES): Add stamp-elfutils.
	[BUILD_ELFUTILS] (stap_DEPENDENCIES): New variable.
	[BUILD_ELFUTILS] (lib-elfutils/libdw.so): New target.
	[BUILD_ELFUTILS] (install-exec-local): Depend on install-elfutils.
	(loc2c_test_LDADD): Set this to $(stap_LDADD).
	(loc2c_test_CPPFLAGS, loc2c_test_LDFLAGS): New variables.
	* Makefile.in: Regenerated.
	* compile: New file from automakeland.
	* systemtap.spec.in (elfutils_version): Require 0.118 or later.
	[bundled_elfutils]: Remove old hacks for building elfutils, and rely
	on configure --with-elfutils instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	PR 1916
	* configure.ac: Grok --with-elfutils.
	* Makefile.am [BUILD_ELFUTILS] (install-elfutils, stamp-elfutils):
	New targets.
	[BUILD_ELFUTILS] (stap_LDFLAGS, stap_LDFLAGS): Add flags
	to point at local elfutils build.
	[BUILD_ELFUTILS] (BUILT_SOURCES): Add stamp-elfutils.
	[BUILD_ELFUTILS] (stap_DEPENDENCIES): New variable.
	[BUILD_ELFUTILS] (lib-elfutils/libdw.so): New target.
	[BUILD_ELFUTILS] (install-exec-local): Depend on install-elfutils.
	(loc2c_test_LDADD): Set this to $(stap_LDADD).
	(loc2c_test_CPPFLAGS, loc2c_test_LDFLAGS): New variables.
	* Makefile.in: Regenerated.
	* compile: New file from automakeland.
	* systemtap.spec.in (elfutils_version): Require 0.118 or later.
	[bundled_elfutils]: Remove old hacks for building elfutils, and rely
	on configure --with-elfutils instead.
</pre>
</div>
</content>
</entry>
</feed>
