Howto re-compile ony parts?

Martin Buchholz martinrb at google.com
Sat May 10 16:50:01 UTC 2008


Unfortunately, incremental builds by running make in subdirectories
have historically been quite unreliable, and it has never been highest priority
to fix them.  Developers often do (at least in the jdk repository)
- try incremental build; it might work...
- else back off to rebuilding everything;
  cd jdk/make; make clobber all

You could try to fix all of the subdirectory makefiles, but that's an
enormous job.
For bonus points, you could try to fix the architecture of the
recursive makes themselves
using the ideas in "Recursive Make Considered Harmful"
http://miller.emu.id.au/pmiller/books/rmch/

Martin

On Sat, May 10, 2008 at 9:15 AM, Clemens Eisserer <linuxhippy at gmail.com> wrote:
> Hi,
>
>  Thanks a lot for helping.
>
>  It still does not work, this is what I did:
>  1.) build the entire OpenJDK including corba, ...
>  2.) cd jdk/make/sun/xawt
>  3.) export ALT_JDK_IMPORT_PATH=../../../../build/linux-i586/
>  4.) make ARCH_DATA_MODEL=32



More information about the build-dev mailing list