OK, the NFS mount problem turned out to be a configuration issue.
I did not set CONFIG_FEATURE_MOUNT_NFS.  Sorry about that.

So, my understanding is that I do not need to do "make distclean"
in order to have a clean build of BB.  Correct?

Thanks!

-Joe

-----Original Message-----
From: Denis Vlasenko [mailto:[EMAIL PROTECTED]
Sent: Monday, July 02, 2007 10:20 PM
To: [email protected]
Cc: Joe Lau
Subject: Re: make distclean


On Tuesday 03 July 2007 00:32, Joe Lau wrote:
> The BB 1.6 mount command fail to a NFS mount:
> 
>       mount -t nfs -o nolock,rsize=4096,wsize=4096,udp $boot_exos_nfs
/exos
>       if [ $? -ne 0 ]
>               then
>               echo "***** ERROR: could not mount /exos nfs partition from
$boot_exos_nfs"
>               fi

What does it say? Also do

strace -o mount.log mount -t nfs....

and send mount.log to the mailing list.

> Is this a known problem on BB 1.6?

Well, mount was completely rewritten, so it can have regressions.
I need a bit more detailed bug report...

> >             When I was building Busybox 1.0, I always did a "make
> > distclean" followed by "make".

I think "make clean" should be enough. "make mrproper" will also
delete .config, if you need this kind of total cleanup.
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to