make distclean

Denis Vlasenko vda.linux at googlemail.com
Tue Jul 3 05:19:30 UTC 2007


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



More information about the busybox mailing list