[CFT][patch] buildsys touch-up and standalone applets

Bernhard Fischer rep.nop at aon.at
Thu Feb 23 11:12:32 UTC 2006


On Thu, Feb 23, 2006 at 11:48:14AM +0100, Bernhard Fischer wrote:
>On Tue, Feb 21, 2006 at 03:09:34PM -0500, Rob Landley wrote:
>>On Tuesday 21 February 2006 10:28 am, Bernhard Fischer wrote:
>>> On Wed, Feb 15, 2006 at 03:17:14PM -0500, Rob Landley wrote:
>>> >On Wednesday 15 February 2006 9:45 am, Bernhard Fischer wrote:
>>> >> Hi,
>>> >>
>>> >> The attached patch
>>> >> - fixes parallel builds (make -j) to work again.
>>> >> - uses less resources for the buildsystem itself.
>>> >> - adds a (very) rough proposal for building standalone applets.
>>> >>   See "Build options" Standalone applets.
>>> >>   I changed coreutils/true and editors/* so you can try these as
>>> >>   standalone.
>>> >
>>> >Questions:
>>> >
>>> >1) I'm trying to bundle up the 1.1.1 release.  Is this something that
>>> > should go in for that, or for 1.1.2?  (I'd prefer 1.1.2.)
>>>
>>> I don't want to maintain the patch out of the tree for too long
>>> (furthermore it even fixes the non-IMA compilation of the lib).
>>
>>Understood.  I can try to narrow it down by cherry picking the parts I 
>>understand and agree with, the way I'm doing with the big MacOS X patch.  
>>(It's more work on my end, but if the project needs it...)
>
>I'm attaching the buildsys-touchup *without* the standalone proposal:

small typo in that patch, sorry.
The rule for .depend ought to read:

depend dep: $(top_builddir)/.depend ;
$(top_builddir)/.depend: $(buildtree) scripts/bb_mkdep $(DEP_INCLUDES)

instead of the missing paths for plain ".depend"



More information about the busybox mailing list