<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/console-tools, branch 1_00</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_00</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_00'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2004-10-08T07:46:08+00:00</updated>
<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.lua4.win/busybox-w32/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>Remove trailing whitespace.  Update copyright to include 2004.</title>
<updated>2004-03-15T08:29:22+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-03-15T08:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c7bda1ce659294d6e22c06e087f6f265983c7578'/>
<id>urn:sha1:c7bda1ce659294d6e22c06e087f6f265983c7578</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch by Tito, reduce size of deallocvt, also make the usage message</title>
<updated>2004-01-15T11:50:19+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2004-01-15T11:50:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=17b4a20a9c4dc7ec9fdf91cea34b35bc4ef6e070'/>
<id>urn:sha1:17b4a20a9c4dc7ec9fdf91cea34b35bc4ef6e070</id>
<content type='text'>
clearer (from N to [N]) and indirectly (through bb_xgetlarg) adds support
for  -h ;-)
</content>
</entry>
<entry>
<title>Patch by Tito, use bb_xgetlarg, reduce size</title>
<updated>2004-01-14T07:34:37+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2004-01-14T07:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6a78631164a5b3ba279fde20011aaefa1a89e7db'/>
<id>urn:sha1:6a78631164a5b3ba279fde20011aaefa1a89e7db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch by Tito, remove some unneeded variables to save some space.</title>
<updated>2004-01-13T10:12:16+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2004-01-13T10:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=dfb6211df36207a62ae39b9d3c670bb0dc1ebbd5'/>
<id>urn:sha1:dfb6211df36207a62ae39b9d3c670bb0dc1ebbd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill off the loadacm applet.  It is unused, unmaintained</title>
<updated>2003-12-20T07:07:22+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-12-20T07:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=08573e0ac480485c3ad4cd3f4bba235ebd4f4081'/>
<id>urn:sha1:08573e0ac480485c3ad4cd3f4bba235ebd4f4081</id>
<content type='text'>
garbage leftover from before I started maintaining BusyBox.
As the Klingon's like to say, Today is a good day to die.
 -Erik
</content>
</entry>
<entry>
<title>Use bb_xopen</title>
<updated>2003-12-20T06:00:08+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-12-20T06:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=02e035550456f7ebce6306f6023e87a7c1d44749'/>
<id>urn:sha1:02e035550456f7ebce6306f6023e87a7c1d44749</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make use of libbb functions bb_xopen, bb_full_read, used #define's</title>
<updated>2003-11-21T09:27:02+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-11-21T09:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=acbdc47aac6c01d15522e8c921cd010b8ea958d6'/>
<id>urn:sha1:acbdc47aac6c01d15522e8c921cd010b8ea958d6</id>
<content type='text'>
instead of static consts, avoid xmalloc.
</content>
</entry>
<entry>
<title>Patch from Arthur Othieno for style-guide.txt conformance</title>
<updated>2003-10-22T10:34:15+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-10-22T10:34:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7f6295f51604a97a61958909b652dcf1e0e49485'/>
<id>urn:sha1:7f6295f51604a97a61958909b652dcf1e0e49485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch from Arthur Othieno for docs/style-guide.txt conformance.</title>
<updated>2003-10-22T10:30:53+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-10-22T10:30:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=28672dd3b9ff9d27c771f011089e38a2928aded7'/>
<id>urn:sha1:28672dd3b9ff9d27c771f011089e38a2928aded7</id>
<content type='text'>
</content>
</entry>
</feed>
