On Thursday 24 May 2007 21:38, Mike Frysinger wrote: > since applets/usage.c is compiled and run on the host, we have to be somewhat > careful in the things it includes ... trying to cross-compile busybox on > Darwin for a Linux target causes troubles for example > > my quick little tests here show that we dont even need busybox.h ... is there > something i'm missing ?
Works for me too. Actually, we have tons of busybox.h includes, which can be safely replaced by libbb.h. I will replace all of them now. -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
