busybox buildlogs, script

Bernhard Fischer rep.nop at aon.at
Wed Mar 15 02:30:17 PST 2006


Hi,

http://busybox.net/~aldot/mk.busybox.sh

is a quick and ugly script used to check for compile-regressions
in busybox.

Currently it does compile busybox with one applet enabled:
for each base-applet
  for no feature selected and each feature of the base-applet
    for each buffer-allocation scheme (malloc,stack,bss)
      turn cleanup off and on

It currently does not compile the NxM Matrix to iterate over all
applet-combinations.

The script was run on a not too current PC with make -j and the now
reverted buildsystem infrastructure ¹) and glibc and took about 12
hours to run.

I hope that the exposed errors are of use for somebody :)

¹) against r14542:
http://busybox.net/~aldot/busybox.buildsys-touchup.03i.diff



More information about the busybox mailing list