<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/busybox/testsuite/ls, branch 1_33_stable</title>
<subtitle>Busybox tree with Carbs Linux patches
</subtitle>
<id>https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable</id>
<link rel='self' href='https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/'/>
<updated>2010-05-11T01:53:57+00:00</updated>
<entry>
<title>randomtest fixes</title>
<updated>2010-05-11T01:53:57+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-05-11T01:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=bfa1b2e8e8aaddcf849011a12cb2ac634b27f339'/>
<id>urn:sha1:bfa1b2e8e8aaddcf849011a12cb2ac634b27f339</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite</title>
<updated>2009-07-18T13:19:41+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-07-18T13:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=b71ce023e9527b6afaa497ce62ca53a74cf94cef'/>
<id>urn:sha1:b71ce023e9527b6afaa497ce62ca53a74cf94cef</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ls: fix --color handling. Closes bug 435.</title>
<updated>2009-07-02T12:25:51+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-07-02T12:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=5508363fd05ecf71bc1db887256da1c0ae960c8d'/>
<id>urn:sha1:5508363fd05ecf71bc1db887256da1c0ae960c8d</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>use LC_ALL, not LANG, for forcing C</title>
<updated>2006-01-25T22:46:25+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2006-01-25T22:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=546a99db1df583828963af726214181172e5d845'/>
<id>urn:sha1:546a99db1df583828963af726214181172e5d845</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ignore whitespace</title>
<updated>2006-01-25T00:25:37+00:00</updated>
<author>
<name>Tim Riker</name>
<email>tim@rikers.org</email>
</author>
<published>2006-01-25T00:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=7d501a867388cb1f1f0117cbb440598b5418bcad'/>
<id>urn:sha1:7d501a867388cb1f1f0117cbb440598b5418bcad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LANG=C should help</title>
<updated>2006-01-25T00:17:47+00:00</updated>
<author>
<name>Tim Riker</name>
<email>tim@rikers.org</email>
</author>
<published>2006-01-25T00:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=7dd4cbf2bf57403da226904a025768e81774a01f'/>
<id>urn:sha1:7dd4cbf2bf57403da226904a025768e81774a01f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>egor duda writes:</title>
<updated>2004-10-08T07:46:08+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-10-08T07:46:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=7daa076d3e24e84ce1f4e9b6133783816575c4c8'/>
<id>urn:sha1:7daa076d3e24e84ce1f4e9b6133783816575c4c8</id>
<content type='text'>
Hi!

I've created a patch to busybox' build system to allow building it in
separate tree in a manner similar to kbuild from kernel version 2.6.

That is, one runs command like
'make O=/build/some/where/for/specific/target/and/options'
and everything is built in this exact directory, provided that it exists.

I understand that applyingc such invasive changes during 'release
candidates' stage of development is at best unwise. So, i'm currently
asking for comments about this patch, starting from whether such thing
is needed at all to whether it coded properly.

'make check' should work now, and one make creates Makefile in build
directory, so one can run 'make' in build directory after that.

One possible caveat is that if we build in some directory other than
source one, the source directory should be 'distclean'ed first.

egor
</content>
</entry>
<entry>
<title>Kill off the old 'tests' stuff.  Write a ton of new tests for the</title>
<updated>2004-04-06T11:10:30+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-04-06T11:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=650fe63467e693990cf357c51b74db3278088a56'/>
<id>urn:sha1:650fe63467e693990cf357c51b74db3278088a56</id>
<content type='text'>
'testsuite' dir.  Fix a bunch of broken tests.  Fix the testsuite
'runtest' script so it actually reports all failures and provides
meaningful feedback.
 -Erik
</content>
</entry>
</feed>
