<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/Makefile, branch 0.4.8</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.4.8</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.4.8'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2014-04-16T02:59:42+00:00</updated>
<entry>
<title>Probes for O_NOFOLLOW that compile and run something aren't compatible with cross compiling, so just #define it to 0 if it's not in fcntl.h where posix-2008 says.</title>
<updated>2014-04-16T02:59:42+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-04-16T02:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=15027d6de049fa139a193abc5a86e6578faf630d'/>
<id>urn:sha1:15027d6de049fa139a193abc5a86e6578faf630d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix two bugs reported by Ashwini Sharma.</title>
<updated>2014-03-01T05:04:57+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-03-01T05:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=da60b9b163a598ae97d7566f095d5d69f53a6dab'/>
<id>urn:sha1:da60b9b163a598ae97d7566f095d5d69f53a6dab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace python help converter with C implementation.</title>
<updated>2014-01-04T00:23:09+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-01-04T00:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=86cafe1fde7c40625b50433a731bb167934bd8ab'/>
<id>urn:sha1:86cafe1fde7c40625b50433a731bb167934bd8ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>distclean was missing singleconfig.old.</title>
<updated>2013-11-10T21:58:03+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-11-10T21:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ebe6af6d01c1df17f9ee4b22e215e748b3ecddf0'/>
<id>urn:sha1:ebe6af6d01c1df17f9ee4b22e215e748b3ecddf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch flag generation from shell to C.</title>
<updated>2013-10-03T08:18:00+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-10-03T08:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=207cadacd3cef42fa918981423c951f49443f032'/>
<id>urn:sha1:207cadacd3cef42fa918981423c951f49443f032</id>
<content type='text'>
This should actually generate FLAG_longopt 0 #defines for disabled bare
longopts (ala ls without --color). Put temporary executables under "generated"
(including instlist for install).
</content>
</entry>
<entry>
<title>Add scripts/single.sh to build individual non-multiplexed standalone commands.</title>
<updated>2013-08-30T06:53:31+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-08-30T06:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d04dc1feb92a279e27e4487c502944f454d43837'/>
<id>urn:sha1:d04dc1feb92a279e27e4487c502944f454d43837</id>
<content type='text'>
Alas, you can't quite do this yet:

  make defconfig
  make
  for i in $(./toybox)
  do
    echo $i
    PREFIX=singles/ scripts/single.sh $i || break
  done

Because the OLDTOY() aliases for commands won't build without the base command.
And I can't just skip them because chown/chmod or mv/cp aren't the same thing.
</content>
</entry>
<entry>
<title>More grep cleanup, and make OPTSTR_command macros for use with OLDTOY()</title>
<updated>2013-08-12T06:48:27+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-08-12T06:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=dd2d23930241a30a8eb4f0fc9d70bc86c4a6cb6e'/>
<id>urn:sha1:dd2d23930241a30a8eb4f0fc9d70bc86c4a6cb6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move commands into "posix", "lsb", and "other" menus/directories.</title>
<updated>2012-08-25T19:25:22+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-08-25T19:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3a9241add947cb6d24b5de7a8927517426a78795'/>
<id>urn:sha1:3a9241add947cb6d24b5de7a8927517426a78795</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace CCFLAGS with description of how to add flags to HOSTCC.</title>
<updated>2012-06-19T04:23:24+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-19T04:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=97abd4a9813b0bd2f16049e2291bba076828408f'/>
<id>urn:sha1:97abd4a9813b0bd2f16049e2291bba076828408f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Now that generated/Config.probed is its own file, add it to build dependencies.</title>
<updated>2012-02-28T12:34:35+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-02-28T12:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f2e61cb1bb9bc02362833e4b6126ef3436236c9a'/>
<id>urn:sha1:f2e61cb1bb9bc02362833e4b6126ef3436236c9a</id>
<content type='text'>
</content>
</entry>
</feed>
