hush/coreutils
Eric Andersen 7daa076d3e egor duda writes:
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
2004-10-08 07:46:08 +00:00
..
libcoreutils egor duda writes: 2004-10-08 07:46:08 +00:00
basename.c
cal.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
cat.c
chgrp.c
chmod.c
chown.c
chroot.c
cmp.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
Config.in Patch from Bastian Blank to add 64 bit support to the test command. 2004-08-11 02:45:47 +00:00
cp.c
cut.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
date.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
dd.c
df.c Tito, farmatito at tiscali dot it writes: 2004-08-03 00:14:02 +00:00
dirname.c
dos2unix.c Steve Grubb writes: 2004-05-05 19:39:21 +00:00
du.c
echo.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
env.c Thats odd. I guess this was cut-n-paste error, but vodz 2004-04-16 15:02:10 +00:00
expr.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
false.c
fold.c Update my email address, document some of my tasks in the AUTHORS file 2004-04-25 05:11:19 +00:00
head.c
hostid.c
id.c Tito writes, 2004-09-15 03:04:08 +00:00
install.c Update my email address, document some of my tasks in the AUTHORS file 2004-04-25 05:11:19 +00:00
length.c
ln.c
logname.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
ls.c Patch from David Daney to make the -i option work with -l. 2004-09-24 02:04:13 +00:00
Makefile egor duda writes: 2004-10-08 07:46:08 +00:00
Makefile.in egor duda writes: 2004-10-08 07:46:08 +00:00
md5_sha1_sum.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
mkdir.c
mkfifo.c
mknod.c
mv.c
od.c Felipe Kellermann writes, 2004-07-23 01:42:28 +00:00
printf.c Patch by Felipe Kellermann, use the common escape handling function and remove some unused code. 2004-09-15 02:05:23 +00:00
pwd.c
realpath.c
rm.c
rmdir.c
seq.c Patch from Felipe Kellermann, fix endless loop when first > last and 2004-07-23 06:43:29 +00:00
sleep.c
sort.c
stty.c Add a missing brace, patch by Hideki IWAMOTO 2004-09-15 03:24:32 +00:00
sync.c
tail.c Patch from William Barsse to fix a segfault when multiple files are specified. 2004-09-30 00:24:21 +00:00
tee.c If read were to return with an error, bad things would happen. Fix it. 2004-05-26 15:21:19 +00:00
test.c Patch from Bastian Blank to add 64 bit support to the test command. 2004-08-11 02:45:47 +00:00
touch.c
tr.c
true.c
tty.c
uname.c
uniq.c Fixup some warnings 2004-08-28 00:43:07 +00:00
usleep.c
uudecode.c Update my email address, document some of my tasks in the AUTHORS file 2004-04-25 05:11:19 +00:00
uuencode.c
watch.c
wc.c
who.c
whoami.c Tito writes: 2004-09-02 22:21:41 +00:00
yes.c