<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/scripts, branch 0.7.3</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.3</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.3'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2017-02-01T22:13:01+00:00</updated>
<entry>
<title>Build dependency tweak.</title>
<updated>2017-02-01T22:13:01+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-02-01T22:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=2b4594c50b4a2fe2106af85ce4fd369fbc0820e3'/>
<id>urn:sha1:2b4594c50b4a2fe2106af85ce4fd369fbc0820e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Have make airlock just warn about missing commands unless $PEDANTIC is sent.</title>
<updated>2016-12-09T03:47:15+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-12-09T03:47:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ddb6b855d3698f72fec04b0734c60001803b608c'/>
<id>urn:sha1:ddb6b855d3698f72fec04b0734c60001803b608c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Workaround for Centos' "which" complaining if it can't find the command</title>
<updated>2016-12-09T03:44:22+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-12-09T03:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3701b517107fdfb62d13f6ec1ffa60c09ffdfc42'/>
<id>urn:sha1:3701b517107fdfb62d13f6ec1ffa60c09ffdfc42</id>
<content type='text'>
(instead of just producing no output on stdout like everybody else).
</content>
</entry>
<entry>
<title>Thinko in recent longopt commit.</title>
<updated>2016-12-08T05:05:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-12-08T05:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c187be7b6c05e4d6d234601a91ffa47542cdd926'/>
<id>urn:sha1:c187be7b6c05e4d6d234601a91ffa47542cdd926</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change error test to actually exit if first attempt to use .config fails.</title>
<updated>2016-12-08T04:57:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-12-08T04:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3dd0d0d42c6a7d3c001a45c07a31752165e51576'/>
<id>urn:sha1:3dd0d0d42c6a7d3c001a45c07a31752165e51576</id>
<content type='text'>
</content>
</entry>
<entry>
<title>People keep wanting to cross-compile from macs, where the stock sed is broken.</title>
<updated>2016-12-08T04:22:38+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-12-08T04:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=72e2591018e7414958b576382dd4679223c95168'/>
<id>urn:sha1:72e2591018e7414958b576382dd4679223c95168</id>
<content type='text'>
So use $SED to indicate the sed to use, and set it to 'gsed' if available.
</content>
</entry>
<entry>
<title>Bugfix: configuring out a longopt confused the option parsing.</title>
<updated>2016-12-08T03:52:00+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-12-08T03:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=0322afbc01cae09811a3f7b71088749100d2e6c9'/>
<id>urn:sha1:0322afbc01cae09811a3f7b71088749100d2e6c9</id>
<content type='text'>
(This made ls -l not work when LS_COLOR was off.)
</content>
</entry>
<entry>
<title>Always regenerate config.h for now, so make single and make don't clash.</title>
<updated>2016-10-20T20:26:38+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-10-20T20:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3214c87ccf7f4a3426fe0d30296af1af85fc864e'/>
<id>urn:sha1:3214c87ccf7f4a3426fe0d30296af1af85fc864e</id>
<content type='text'>
The problem is that .config and .singleconfig produce the same header file,
so checking that the header is newer than the .config file won't help if
it was last generated from the other file.
</content>
</entry>
<entry>
<title>Test infrastructure: collate make "test_single" and "make tests" into common</title>
<updated>2016-10-18T21:52:17+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-10-18T21:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ee14fc396dff50a263b62670f5484efcd6316aeb'/>
<id>urn:sha1:ee14fc396dff50a263b62670f5484efcd6316aeb</id>
<content type='text'>
function, and add $C variable with an absolute path to the command being tested
(you need to call things like printf by path to avoid shell builtins, might as
well be consistent).
</content>
</entry>
<entry>
<title>Add install_airlock target for hermetic build environment setup, and rebuild</title>
<updated>2016-10-03T03:41:55+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-10-03T03:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6c3188cf0e551cd07e28398262cffb8b5b82a114'/>
<id>urn:sha1:6c3188cf0e551cd07e28398262cffb8b5b82a114</id>
<content type='text'>
headers during install to make other install targets robust against single
command builds between "make" and "make install" of multiplexer version.
</content>
</entry>
</feed>
