<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/Makefile, branch master</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=master</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2020-12-18T11:16:33+00:00</updated>
<entry>
<title>Elliott said that chmod 000 debris was confusing host rm -rf, and macos</title>
<updated>2020-12-18T11:16:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-12-18T11:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e474cf80c37f7c91d01c2c5b81cbc54444f47cc9'/>
<id>urn:sha1:e474cf80c37f7c91d01c2c5b81cbc54444f47cc9</id>
<content type='text'>
couldn't handle chmod +s in /tmp. Try to make test_chmod clear out debris
and teach make clean to chmod -R generated before deleting it.
</content>
</entry>
<entry>
<title>Typo.</title>
<updated>2020-08-19T22:48:47+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-08-19T22:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=df71fc33af720fc1137be008019377eb081daed8'/>
<id>urn:sha1:df71fc33af720fc1137be008019377eb081daed8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't mess with root_download in distclean.</title>
<updated>2020-08-12T11:08:52+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-08-12T11:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b012ff9ed9cda1be1cf92c2f007df99ef15a4eec'/>
<id>urn:sha1:b012ff9ed9cda1be1cf92c2f007df99ef15a4eec</id>
<content type='text'>
Yeah, it means distclean doesn't delete _everything_, but in this case it's
intentional, and "remove the empty directory but not if it has contents"
isn't worth fighting with make's error reporting over.
</content>
</entry>
<entry>
<title>People have been having trouble finding the toybox web page (despite being</title>
<updated>2020-08-07T07:25:50+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-08-07T07:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=efb8060a591b6ed13c16c4034db43652e03f90d5'/>
<id>urn:sha1:efb8060a591b6ed13c16c4034db43652e03f90d5</id>
<content type='text'>
the first google hit for "android toybox"), and want toybox --help to
mention it. I was referred to https://github.com/landley/toybox/issues/50

So add a URL to toybox --help. While I was there, make unrecognized commands
(like toybox -?) suggest "toybox --help", move the install instructions
to the FAQ page (with a second link from toybox --help), and generally
tighten up the help text. Also, "toybox -*" is no longer a synonym for --long.

Oh, and I fixed some build dependencies when Config.in changes.
</content>
</entry>
<entry>
<title>Allow "make distclean" to fail gracefully when root_download exists.</title>
<updated>2020-05-17T11:37:10+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-05-17T11:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3a0c562393e9f9daf7218fde175bde7e709056c4'/>
<id>urn:sha1:3a0c562393e9f9daf7218fde175bde7e709056c4</id>
<content type='text'>
(Don't delete it, warn it's there, but don't _not_ run next target.)
</content>
</entry>
<entry>
<title>Teach mkroot to cross compile additional packages, with dropbear as example.</title>
<updated>2020-05-05T18:56:29+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-05-05T18:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=99dfb770358781d41c056aaf3569437002aa9e76'/>
<id>urn:sha1:99dfb770358781d41c056aaf3569437002aa9e76</id>
<content type='text'>
scripts/mkroot.sh CROSS=sh4 LINUX=~/linux dropbear

No, I'm not going down the rathole of adding lots of packages, but this
shows _how_ to do it if you want to. The hooks are there. They don't have
to be in scripts/root, that's just a default search location, you can provide
a path on the command line or have them be in the $PATH.
</content>
</entry>
<entry>
<title>Fix and document make run_root.</title>
<updated>2020-05-01T15:14:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-05-01T15:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=954f4e2ab3d28b1bc6021bce7cf5c919f54d5e18'/>
<id>urn:sha1:954f4e2ab3d28b1bc6021bce7cf5c919f54d5e18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move "scripts/cross.sh all" log files into root/log.</title>
<updated>2020-03-02T23:52:04+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-03-02T23:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a83a057383151ddc5bfd9eea4c45af5de8e68bd3'/>
<id>urn:sha1:a83a057383151ddc5bfd9eea4c45af5de8e68bd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak clean to delete "scripts/cross.sh all" logs.</title>
<updated>2019-10-11T17:37:27+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-10-11T17:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=35666e7336d7f2918283d518bc7c05e6d5f7fd0c'/>
<id>urn:sha1:35666e7336d7f2918283d518bc7c05e6d5f7fd0c</id>
<content type='text'>
These really should go in generated, but generated should be $GENERATED
and I need to find a way to set that so Makefile and scripts/make.sh can
use it from the same source. Right now cross.sh isn't sourcing .configure
and I don't really want to add it for this, so...
</content>
</entry>
<entry>
<title>Fix up clean so we clean up after toybox-$TARGET and can do cross.sh all.</title>
<updated>2019-09-07T05:30:59+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-09-07T05:30:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7a58225c170e9a416fec9986e90d554dfb57f7cb'/>
<id>urn:sha1:7a58225c170e9a416fec9986e90d554dfb57f7cb</id>
<content type='text'>
</content>
</entry>
</feed>
