[BusyBox] Broken make

larry at doolittle.boa.org larry at doolittle.boa.org
Tue May 1 07:07:59 UTC 2001


> Is this supposed to be running busybox.sh on Config.h?

Yes.

> What does sh.c have to do with anything?

It has to be listed as a dependency.  It is benign if listed last.
Change

applet_source_list: sh.c busybox.sh Config.h

to

applet_source_list: busybox.sh Config.h sh.c

I turned in a patch that made pristine compiles work again,
but it was only partially applied.  See 

http://busybox.net/lists/busybox/2001-May/003330.html

       - Larry





More information about the busybox mailing list