<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/bootstrap, branch v7.4</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.4</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-04-19T19:49:14Z</updated>
<entry>
<title>comment touch up: insert a space between "#" and text of comment</title>
<updated>2009-04-19T19:49:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-19T19:49:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=51a6c63496b47882dea9e23cbe4f83f6468ecb62'/>
<id>urn:sha1:51a6c63496b47882dea9e23cbe4f83f6468ecb62</id>
<content type='text'>
* bootstrap: It's easier to read that way.
</content>
</entry>
<entry>
<title>fix comment typos</title>
<updated>2009-04-19T19:28:43Z</updated>
<author>
<name>Ralf Wildenhues</name>
<email>Ralf.Wildenhues@gmx.de</email>
</author>
<published>2009-04-18T17:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2977df8e7d84928cd2c068cc0f7f002ec1299842'/>
<id>urn:sha1:2977df8e7d84928cd2c068cc0f7f002ec1299842</id>
<content type='text'>
* bootstrap: Fix comment typos.
* src/pr.c: Likewise.
</content>
</entry>
<entry>
<title>maint: bootstrap: sync a tiny change from gnulib</title>
<updated>2009-04-17T07:10:57Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-17T07:10:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=48430d6a4a69f8dc53cc457a8ae69d7a4fa84015'/>
<id>urn:sha1:48430d6a4a69f8dc53cc457a8ae69d7a4fa84015</id>
<content type='text'>
* bootstrap: rename variable to sync with gnulib: s/\$depth/$shallow/
</content>
</entry>
<entry>
<title>build: set automake's silent-rules option via configure.ac</title>
<updated>2009-03-31T18:57:11Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-31T18:43:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1417251e296226e34d25d8ca8c2b99d12c2c21f0'/>
<id>urn:sha1:1417251e296226e34d25d8ca8c2b99d12c2c21f0</id>
<content type='text'>
* bootstrap: Revert commit 9f39fa855, 2009-03-28,
"build: use automake's --silent-rules option when possible".
* configure.ac (AM_INIT_AUTOMAKE): Instead, set it here.
Require the just-released version of automake: 1.10b.
</content>
</entry>
<entry>
<title>build: use automake's --silent-rules option when possible</title>
<updated>2009-03-28T12:46:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-28T11:48:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9f39fa8559a8f87e1199f11f6cee295ac8cf6781'/>
<id>urn:sha1:9f39fa8559a8f87e1199f11f6cee295ac8cf6781</id>
<content type='text'>
* bootstrap: Use automake's --silent-rules option.
</content>
</entry>
<entry>
<title>build: allow ./bootstrap --srcdir=... to work with a git submodule</title>
<updated>2009-03-07T17:12:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-07T15:11:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=51b88670cb0434d34ee6d605edc4205629c3d51c'/>
<id>urn:sha1:51b88670cb0434d34ee6d605edc4205629c3d51c</id>
<content type='text'>
* bootstrap (git_modules_config): Use GIT_CONFIG, not GIT_CONFIG_LOCAL.
The latter was removed in v1.5.6.1-109-gdc87183.
</content>
</entry>
<entry>
<title>bootstrap: don't use cmp's -s option when reading from a pipe</title>
<updated>2009-01-01T01:15:07Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-12-29T19:43:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cf5616a0aaa6f357b5d74e495dddcc0d8dac100c'/>
<id>urn:sha1:cf5616a0aaa6f357b5d74e495dddcc0d8dac100c</id>
<content type='text'>
GNU cmp exits without reading all input when given the -s option,
and that can cause termination of the writing process via SIGPIPE.
Instead, when reading from a pipe, just redirect output to /dev/null
so that all input is read.
</content>
</entry>
<entry>
<title>more portable bootstrap procedure</title>
<updated>2008-12-13T17:00:44Z</updated>
<author>
<name>Ralf Wildenhues</name>
<email>Ralf.Wildenhues@gmx.de</email>
</author>
<published>2008-12-13T09:24:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=28fbe5a487f9bf8a279ba1b7f4f465ec68501a42'/>
<id>urn:sha1:28fbe5a487f9bf8a279ba1b7f4f465ec68501a42</id>
<content type='text'>
* bootstrap (get_version): Fix portability issues in sed script.
(check_versions): For buildreq apps, honor the corresponding
$APP variable like $AMTAR, $AUTOCONF.
(usage): Document this.
(update_po_files): Honor $SHA1SUM.
(main): Honor $AUTOPOINT, $ACLOCAL, $AUTOCONF, $AUTOHEADER,
$AUTOMAKE, $LIBTOOLIZE.
</content>
</entry>
<entry>
<title>Add better checks and docs for build tools</title>
<updated>2008-10-22T15:31:57Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2008-10-21T21:40:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=99f49949825acc53ae3f0a711ea3e8f96699442d'/>
<id>urn:sha1:99f49949825acc53ae3f0a711ea3e8f96699442d</id>
<content type='text'>
Prompted by a report from Ed Avis:
&lt;http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14710&gt;

* README-hacking: Organise LZMA and Valgrind as
as optional requirements rather than in their own sections.
Mention bootstrap will now check tool versions.
* README-prereq: Make a start on specific instructions
for optaining build tools. Currently we just have notes
for Fedora linux.
* bootstrap.conf: Add the list of tools and versions required.
* bootstrap: Add the logic to check for the required tools,
and list all required tools and versions if any are missing.
</content>
</entry>
<entry>
<title>bootstrap: merge from gnulib</title>
<updated>2008-10-10T07:13:58Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-10-10T07:13:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0f5695bd59a5d4786700630fc94a06ef074c1c30'/>
<id>urn:sha1:0f5695bd59a5d4786700630fc94a06ef074c1c30</id>
<content type='text'>
</content>
</entry>
</feed>
