hush/archival/libunarchive
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
..
archive_xread_all_eof.c As we no longer use function pointers for read in common archiving code 2003-11-21 22:24:57 +00:00
archive_xread_all.c As we no longer use function pointers for read in common archiving code 2003-11-21 22:24:57 +00:00
check_header_gzip.c Major coreutils update. 2003-03-19 09:13:01 +00:00
data_align.c Move from read_gz to the pipe()+fork() method. 2003-11-15 23:19:05 +00:00
data_extract_all.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
data_extract_to_buffer.c Terminate the buffer with a '\0' 2002-11-06 22:31:45 +00:00
data_extract_to_stdout.c Add missing include files 2004-03-27 11:26:32 +00:00
data_skip.c Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 2002-11-03 14:05:15 +00:00
decompress_bunzip2.c Fixup some warnings 2004-08-28 00:43:07 +00:00
decompress_uncompress.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
decompress_unzip.c Update my email address, document some of my tasks in the AUTHORS file 2004-04-25 05:11:19 +00:00
filter_accept_all.c enable .tar.bz2 for dpkg-deb 2002-11-05 01:52:23 +00:00
filter_accept_list_reassign.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
filter_accept_list.c enable .tar.bz2 for dpkg-deb 2002-11-05 01:52:23 +00:00
filter_accept_reject_list.c enable .tar.bz2 for dpkg-deb 2002-11-05 01:52:23 +00:00
find_list_entry.c Find a string in a list 2002-10-19 05:10:51 +00:00
get_header_ar.c Add a comment explaining why we have to check for an extra \n 2004-04-09 06:59:05 +00:00
get_header_cpio.c BusyBox has no business hard coding the number of major and minor bits for a 2004-07-26 09:11:12 +00:00
get_header_tar_bz2.c Move from read_gz to the pipe()+fork() method. 2003-11-15 23:19:05 +00:00
get_header_tar_gz.c Move from read_gz to the pipe()+fork() method. 2003-11-15 23:19:05 +00:00
get_header_tar.c BusyBox has no business hard coding the number of major and minor bits for a 2004-07-26 09:11:12 +00:00
header_list.c New common unarchive code. 2002-09-25 02:47:48 +00:00
header_skip.c New common unarchive code. 2002-09-25 02:47:48 +00:00
header_verbose_list.c Major coreutils update. 2003-03-19 09:13:01 +00:00
init_handle.c Move from read_gz to the pipe()+fork() method. 2003-11-15 23:19:05 +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
open_transformer.c Dont close original file handle, we may need it later. 2003-11-18 21:31:19 +00:00
seek_by_char.c Sometimes i get carried away with the use of function pointers, im sure 2004-02-21 09:20:56 +00:00
seek_by_jump.c Major coreutils update. 2003-03-19 09:13:01 +00:00
unpack_ar_archive.c Major coreutils update. 2003-03-19 09:13:01 +00:00