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

Bernhard Fischer rep.nop at aon.at
Fri Oct 6 06:36:08 PDT 2006


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
  Using /tmp/busybox as source for kernel
  GEN     /tmp/obj/Makefile
  HOSTCC  scripts/basic/fixdep
[snip]
  AR      debianutils/lib.a
  LD      e2fsprogs/built-in.o
  CC      e2fsprogs/chattr.o
In file included from <command line>:1:
./include/autoconf.h:2198:1: error: e2fsprogs/e2fsbb.h: No such file or
directory
make[2]: *** [e2fsprogs/chattr.o] Error 1
make[1]: *** [e2fsprogs] Error 2
make: *** [_all] Error 2

>
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)
$ 

>Working on these problems now.

thanks,


More information about the busybox mailing list