Dependencies patch.

Rob Landley rob at landley.net
Fri Sep 26 22:21:15 UTC 2008


I'm building with the rather verbose 

  make CROSS="${ARCH}-" \
    KERNEL_HEADERS="${CROSS}/include" \
    PREFIX="${CROSS}/" \
    RUNTIME_PREFIX=/ \
    DEVEL_PREFIX=/ $TARGET

So I want to do "all install" as my target rather than repeating the line.  
Unfortunately, with a -j higher than 1, the install starts in parallel with 
the all and the build breaks.

As a result, I did the following patch so i can just do "install" and "all" is 
implied, and then -j works out nicely without me having to repeat lots of 
make variables.

I don't think there are any downsides, but I thought I'd post it publicly 
before merging it.

Rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: alt-uClibc-dependencies.patch
Type: text/x-diff
Size: 667 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20080926/01c756fe/attachment.bin 


More information about the uClibc mailing list