CONFIG_* defines

Vladimir N. Oleynik dzo at simtreas.ru
Tue Sep 6 12:18:28 UTC 2005


Rob,

 >> The Busybox has an old problem.
 >> after any usage make config, may be change FEATURE_* only
 >> 1) recompiling applets/* always, but may be not require
 >> 2) do not recompile applets, used this feature

 > Our makefile dependencies suck.

Not.
Our makefile have errors:

1)
.depend have
$(wildcard $TOPDIR/config/file.h)
but must
$(wildcard $TOPDIR/include/config/file.h)

2)
The include/config/MARKER: dependece don`t call always
for update include/config/*

3)
include/config/feature/ ... bla-bla is unstandardization


--w
vodz




More information about the busybox mailing list