Weird Mount Messages

Rob Landley rob at landley.net
Tue Feb 14 14:46:15 UTC 2006


On Tuesday 14 February 2006 2:42 pm, Jason Schoon wrote:
> Agreed, for myself at least, there is no reason to turn on
> FEATURE_CLEANUP.  The added bloat is not worth it at all.

You'll notice the new make defconfig disables it?  (Yet another example of the 
"maximum sane configuration" diverging from allyesconfig...)

Another advantage of moving from #ifdef CONFIG to if(ENABLE) is we know that 
the disabled stuff will, at least, build.  (Dunno if it'll work, but if it 
doesn't _compile_ we find out even when it isn't enabled.)

Cool, eh?

> I think the atexit() solution is probably a good way to go, but
> definately not trivial to write.  I think the entry in TODO sums
> everything up nicely now that I re-read it, so I will leave it to some
> other brave soul who actually cares to tackle it.

Won't be this week. :)

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list