building just awt

Pete Brunet peter.brunet at oracle.com
Fri Dec 9 20:26:35 PST 2011


I tried that and didn't get what I expected, i.e.
/Users/petebrunet/OpenJDK/macosx-port/jdk/src/macosx/native/sun/awt/JavaComponentAccessibility.m
didn't compile and libawt.dylib didn't get rebuilt.  Here is my output
(with logging):
++ export JDK7_BASE=/Users/petebrunet/OpenJDK/macosx-port
++ JDK7_BASE=/Users/petebrunet/OpenJDK/macosx-port
++ export JDK7_BUILD=/Users/petebrunet/OpenJDK/macosx-port/build
++ JDK7_BUILD=/Users/petebrunet/OpenJDK/macosx-port/build
++ export
ALT_OUTPUTDIR=/Users/petebrunet/OpenJDK/macosx-port/build/macosx-universal
++
ALT_OUTPUTDIR=/Users/petebrunet/OpenJDK/macosx-port/build/macosx-universal
++ export
ALT_BOOTDIR=/Users/petebrunet/OpenJDK/macosx-port/build/macosx-universal/j2sdk-image/1.7.0.jdk/Contents/Home/
++
ALT_BOOTDIR=/Users/petebrunet/OpenJDK/macosx-port/build/macosx-universal/j2sdk-image/1.7.0.jdk/Contents/Home/
++ export
ALT_JDK_IMPORT_PATH=/Users/petebrunet/OpenJDK/macosx-port/build/macosx-universal/j2sdk-image/1.7.0.jdk/Contents/Home/
++
ALT_JDK_IMPORT_PATH=/Users/petebrunet/OpenJDK/macosx-port/build/macosx-universal/j2sdk-image/1.7.0.jdk/Contents/Home/
++ cd /Users/petebrunet/OpenJDK/macosx-port/jdk/make/sun/awt/
++ make
Building
lib:/Users/petebrunet/OpenJDK/macosx-port/build/macosx-universal/lib/libawt.dylib
Begin parallel compiles:
/Users/petebrunet/OpenJDK/macosx-port/jdk/make/sun/awt
make[1]:
`/Users/petebrunet/OpenJDK/macosx-port/build/macosx-universal/tmp/sun/sun.awt/awt/obj/.files_compiled'
is up to date.
Done with parallel compiles:
/Users/petebrunet/OpenJDK/macosx-port/jdk/make/sun/awt

Any ideas on what I'm doing wrong?

Pete

On 11/29/11 11:02 PM, Pranav Bhat wrote:
> Hello Pete,
>
> I found this in one of the pages: http://wikis.sun.com/display/OpenJDK/Incremental+Building
>
> Thanks,
> - Pranav
>
> On Nov 29, 2011, at 11:27 PM, Pete Brunet wrote:
>
>> How do I do a rebuild of just changes in
>> .../macosx-port/jdk/src/macosx/native/sun/awt ?
>>
>> Pete


More information about the macosx-port-dev mailing list