<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/Makefile, 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>Improve the setuid situation a bit, and make it more apparent</title>
<updated>2004-08-26T23:13:00+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-08-26T23:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=138791050d36d221d718568094892245d7c6f6ec'/>
<id>urn:sha1:138791050d36d221d718568094892245d7c6f6ec</id>
<content type='text'>
when people really ought to make busybox setuid root.
 -Erik
</content>
</entry>
<entry>
<title>The 'tests' target is long gone.</title>
<updated>2004-07-20T06:04:28+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-07-20T06:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8f41bfc05ca5a43ce7b21f5d8e5bf548d191bb20'/>
<id>urn:sha1:8f41bfc05ca5a43ce7b21f5d8e5bf548d191bb20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate all trace of the sgml based docs.  It was a noble effort,</title>
<updated>2004-04-06T15:26:25+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-04-06T15:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f730088bbcb7e0270a590a7161b0f8d8d50386d7'/>
<id>urn:sha1:f730088bbcb7e0270a590a7161b0f8d8d50386d7</id>
<content type='text'>
but it just never worked out...
</content>
</entry>
<entry>
<title>Fix it so build dependancies actually work and do something useful</title>
<updated>2004-04-06T15:19:52+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-04-06T15:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=515881c6e1daeea5c690f769992e6069b8fb7212'/>
<id>urn:sha1:515881c6e1daeea5c690f769992e6069b8fb7212</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix it so usage is _always_ in sync with applets.c.  Previously,</title>
<updated>2004-04-06T14:28:35+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-04-06T14:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8'/>
<id>urn:sha1:674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8</id>
<content type='text'>
broken depends allowed these to get out of sync.
</content>
</entry>
<entry>
<title>Yet more 'make allyesconfig' adjustments</title>
<updated>2004-04-06T11:51:45+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-04-06T11:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b07ae7ba1064fb54f46ee2609dfbdbdbaaaa8624'/>
<id>urn:sha1:b07ae7ba1064fb54f46ee2609dfbdbdbaaaa8624</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make 'allyesconfig' be a bit less stupid</title>
<updated>2004-04-06T11:46:56+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-04-06T11:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8ee6943d3e6fd64ba54d555e8c717fe85084a74b'/>
<id>urn:sha1:8ee6943d3e6fd64ba54d555e8c717fe85084a74b</id>
<content type='text'>
</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>Use the PROG variable instead of 'busybox' in the release target</title>
<updated>2003-11-17T10:26:43+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-11-17T10:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0874a613d2b56901ec73965fd0eff7d650744801'/>
<id>urn:sha1:0874a613d2b56901ec73965fd0eff7d650744801</id>
<content type='text'>
</content>
</entry>
</feed>
