Build broken

Tito farmatito at tiscali.it
Thu Sep 7 13:27:25 UTC 2006


On Thursday 7 September 2006 07:05, Denis Vlasenko wrote:
> On Wednesday 06 September 2006 22:04, Tito wrote:
> > Hi,
> > Denis, seems to me that your commit broke the build.
> > 
> >   CC libbb/inet_common.o
> > make[1]: *** No rule to make target `/root/Desktop/busybox/libbb/info_msg.o', needed by `/root/Desktop/busybox/libbb/libbb.a'.  Stop.
> > make: *** [_all] Error 2
> > 
> > You forgot info_msg !?
> 
> Awww I forgot svn add...
Hi,
would you please also fix these two lines in verror_msg.c and vinfo_msg.c from:

	if (ENABLE_FEATURE_SYSLOG & (logmode & LOGMODE_SYSLOG)) {

to

	if (ENABLE_FEATURE_SYSLOG && (logmode & LOGMODE_SYSLOG)) {

as logging at the moment doesn't work at all.


Ciao,
Tito


> vda
> 



More information about the busybox mailing list