<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/bootstrap.conf, branch v7.6</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.6</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.6'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-09-10T16:52:12Z</updated>
<entry>
<title>link,ln: use gnulib's link module to work around Solaris 10 deficiency</title>
<updated>2009-09-10T16:52:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-09-10T15:51:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ebc7aacf7b7115bf51305579aaa7ddce77301fd7'/>
<id>urn:sha1:ebc7aacf7b7115bf51305579aaa7ddce77301fd7</id>
<content type='text'>
Before this change, :&gt;f; ln -T f no-such/ would succeed on Solaris 10.
After it, ln fails, as it should: ln: accessing `z/': Not a directory
The command, link f no-such/, had the same problem on that system.
* bootstrap.conf (gnulib_modules): Add "link".
* tests/ln/slash-decorated-nonexistent-dest: New test.
* tests/Makefile.am (TESTS): Add it.
* NEWS (Portability): Mention the improvement.
</content>
</entry>
<entry>
<title>build: stop earlier if touching ChangeLog fails</title>
<updated>2009-08-26T16:21:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-26T16:20:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=847359b11d75df47a611ce9214246af7a62ac5e3'/>
<id>urn:sha1:847359b11d75df47a611ce9214246af7a62ac5e3</id>
<content type='text'>
* bootstrap.conf: Exit right away if touching ChangeLog fails.
Otherwise, the touch failure message is buried under configure output.
</content>
</entry>
<entry>
<title>build: use gnulib's getopt-gnu module (getopt is now deprecated)</title>
<updated>2009-08-14T15:15:50Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-13T06:37:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ea5b7124b44a52da4a5be4c7c42a37d65025c621'/>
<id>urn:sha1:ea5b7124b44a52da4a5be4c7c42a37d65025c621</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): Gnulib's getopt module is now
deprecated; use the new, preferred name, getopt-gnu.
* gnulib: Update to latest.
</content>
</entry>
<entry>
<title>maint: move update-copyright to gnulib</title>
<updated>2009-07-29T17:30:58Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-07-29T14:29:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5ef9069576230e11b123fffb52012c5b0e9c5f33'/>
<id>urn:sha1:5ef9069576230e11b123fffb52012c5b0e9c5f33</id>
<content type='text'>
* build-aux/update-copyright: Remove file.
* bootstrap.conf (gnulib_modules): Add update-copyright.
* gnulib: Update submodule to latest.
</content>
</entry>
<entry>
<title>build: no longer list gnulib's "memchr" module as obsolete</title>
<updated>2009-06-02T14:35:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-05-31T13:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4dbfbf3fd0788d933c9ff6a765fe177431dc57a9'/>
<id>urn:sha1:4dbfbf3fd0788d933c9ff6a765fe177431dc57a9</id>
<content type='text'>
* bootstrap.conf (obsolete_gnulib_modules): Remove memchr from
the list, now that it fixes a problem in some modern C libraries.
(gnulib_modules): Add it here.
</content>
</entry>
<entry>
<title>build: require automake-1.11</title>
<updated>2009-05-18T05:06:34Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-05-18T05:06:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b7f6e0d51680a6b5d5c992b59ddb403673ee4ae2'/>
<id>urn:sha1:b7f6e0d51680a6b5d5c992b59ddb403673ee4ae2</id>
<content type='text'>
* bootstrap.conf (buildreq): Require automake-1.11, not 1.10b,
for our use of AM_SILENT_RULES.
* configure.ac (AM_INIT_AUTOMAKE): Likewise.
</content>
</entry>
<entry>
<title>mv, rm: adapt to new and improved gnulib interfaces</title>
<updated>2009-05-03T17:12:16Z</updated>
<author>
<name>David Bartley</name>
<email>dtbartle@csclub.uwaterloo.ca</email>
</author>
<published>2009-04-29T07:48:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6249eb0596dfe50e1f959c4121e3c2515216cc60'/>
<id>urn:sha1:6249eb0596dfe50e1f959c4121e3c2515216cc60</id>
<content type='text'>
Use gnulib's new priv-set module and updated write-any-file.
With them, the remove-called can_write_any_file function no
longer tries to drop the unlink-directory privilege, so now
each caller of remove must do that separately, calling
priv_set_remove_linkdir.
* bootstrap.conf (gnulib_modules): Add priv-set.
* src/rm.c: Include "priv-set.h".
(main): Call priv_set_remove_linkdir.
* src/mv.c (main): Likewise.
* gnulib: Update submodule to latest.
</content>
</entry>
<entry>
<title>build: use maint.mk from gnulib</title>
<updated>2009-04-24T05:40:14Z</updated>
<author>
<name>Simon Josefsson</name>
<email>simon@josefsson.org</email>
</author>
<published>2009-04-23T23:07:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=98dbd8cc539cb559f5d264f644d9295fded8a507'/>
<id>urn:sha1:98dbd8cc539cb559f5d264f644d9295fded8a507</id>
<content type='text'>
* maint.mk: Remove file.  Now it's generated.
* .gitignore: Ignore it.
* bootstrap.conf (gnulib_modules): Add maintainer-makefile.
* gnulib: Update submodule to latest.
</content>
</entry>
<entry>
<title>maint: remove obsolete utime module</title>
<updated>2009-04-10T06:42:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-10T06:42:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=854f76ed4f1ddcd11f9fd76fa8ffe2ad6e546570'/>
<id>urn:sha1:854f76ed4f1ddcd11f9fd76fa8ffe2ad6e546570</id>
<content type='text'>
* bootstrap.conf (obsolete_gnulib_modules): Remove utime.
</content>
</entry>
<entry>
<title>maint: put each module name on its own line; sort</title>
<updated>2009-04-10T06:20:13Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-10T06:20:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6a51c69b05996f803447cfb4e963521b98b2a529'/>
<id>urn:sha1:6a51c69b05996f803447cfb4e963521b98b2a529</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): List them one per line.
</content>
</entry>
</feed>
