svn commit: trunk/busybox: applets archival archival/libunarchive etc...

Denis Vlasenko vda.linux at googlemail.com
Sat Oct 7 12:48:16 UTC 2006


On Friday 06 October 2006 15:36, Bernhard Fischer wrote:
> On Thu, Oct 05, 2006 at 07:13:39PM +0200, Denis Vlasenko wrote:
> 
> >Fixed now. Sorry.
> np :)
> 
> >make O=object_dir works for me. According to makefile,
> >
> >export KBUILD_OUTPUT=dir/to/store/output/files/
> >make
> >
> >should work too.
> 
> Doesn't work for me:
> $ make mrproper 2>&1 >& /dev/null
> $ rm -rf ../obj ; mkdir ../obj ; cp -a ../..config..mine ../obj/.config
> $ make HOSTCC=gcc-4.1 CC=gcc-4.1 KBUILD_OUTPUT=/tmp/obj

You should use either
    make O=objdir
or
    export KBUILD_OUTPUT=objdir; make

This won't work:
    make KBUILD_OUTPUT=objdir

> There are stale kernel related files/dirs left after a mrproper..
> pristine checkout in cwd;
> $ make defconfig 2>&1 >& /dev/null
> $ make mrproper 2>&1 >& /dev/null
> $ svn info include/linux 
> include/linux:  (Not a versioned resource)
> $ 

Fixed. Thanks.
--
vda



More information about the busybox mailing list