7014634: By default, only build the product bits with a closed jdk build (like openjdk does)

Thu, 03 Feb 2011 15:10:07 -0800

author
ohair
date
Thu, 03 Feb 2011 15:10:07 -0800
changeset 296
ce02c0d73d6a
parent 294
57d702105b23
child 297
e2a214ec8ebc

7014634: By default, only build the product bits with a closed jdk build (like openjdk does)
Reviewed-by: katleman, cl, igor, trims

make/Defs-internal.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/make/Defs-internal.gmk	Wed Feb 02 09:38:49 2011 -0800
     1.2 +++ b/make/Defs-internal.gmk	Thu Feb 03 15:10:07 2011 -0800
     1.3 @@ -212,7 +212,7 @@
     1.4    SKIP_DEBUG_BUILD=true
     1.5  endif
     1.6  ifndef SKIP_FASTDEBUG_BUILD
     1.7 -  SKIP_FASTDEBUG_BUILD=false
     1.8 +  SKIP_FASTDEBUG_BUILD=true
     1.9  endif
    1.10  
    1.11  # Select javadoc setting GENERATE_DOCS

mercurial