<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/bootstrap, branch v7.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-03-28T12:46:02Z</updated>
<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>
<entry>
<title>bootstrap: merge from gnulib</title>
<updated>2008-10-02T11:16:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-10-02T11:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dafbd407bc65e989a831482f444228427f14bb70'/>
<id>urn:sha1:dafbd407bc65e989a831482f444228427f14bb70</id>
<content type='text'>
* bootstrap: add submodule support, git-merge-changelog
</content>
</entry>
<entry>
<title>bootstrap: preserve permissions of more copied files</title>
<updated>2008-08-26T16:43:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-08-26T16:43:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f03a67735a3143ff684fc0ddf4d4c4477019f079'/>
<id>urn:sha1:f03a67735a3143ff684fc0ddf4d4c4477019f079</id>
<content type='text'>
* bootstrap (cp_mark_as_generated): Preserve perms of copied files.
Remove a kludge, now that this is fixed.
</content>
</entry>
<entry>
<title>* bootstrap: Fix unportable expr usage.</title>
<updated>2008-08-02T08:49:35Z</updated>
<author>
<name>Ralf Wildenhues</name>
<email>Ralf.Wildenhues@gmx.de</email>
</author>
<published>2008-08-02T07:41:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e3b5543ea887f41409773d6ed3b884646687a887'/>
<id>urn:sha1:e3b5543ea887f41409773d6ed3b884646687a887</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bootstrap: work also when there are no .po files in po/</title>
<updated>2008-07-28T18:36:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-07-28T09:48:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=662ce25d830adaa427608ea582688369c70639e2'/>
<id>urn:sha1:662ce25d830adaa427608ea582688369c70639e2</id>
<content type='text'>
* bootstrap (update_po_files): Complete the change that I began
in 7ba2dd808232cff3ee76aaceb97f4381c3c9cde4.
</content>
</entry>
</feed>
