On Friday 31 October 2008 10:09:46 Steve Iribarne (GMail) wrote: > <egg on face> I figured it out. > > Well it seems way back when (1.2.1 days) I ran "make busybox.links" > > Well in my wisdom back then I must have thought ... "Oh I'll never > need to do that again". > > Well when I made this new one.. I never made the busybox.links file > again. Hence no links created. > > The joys of ramdisk.
This is why I script my builds, and have them recreate the entire thing from scratch (into an empty directory) each time. That way, if you leave any steps out of your script, the result doesn't work. (You can still have undocumented magic left over from a bygone era, but it's build steps in a bash script rather than binaries you don't know how to reproduce.) Rob _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
