components/Makefile
changeset 3701 2c4a1656e035
parent 2142 813e4817e573
child 3817 30b42c38bbc4
equal deleted inserted replaced
3700:86697167a9fb 3701:2c4a1656e035
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 include ../make-rules/shared-macros.mk
    24 include ../make-rules/shared-macros.mk
    25 
    25 
    26 # for now, the assumption is we build any directory with a Makefile.  This may
    26 # for now, the assumption is we build any directory with a Makefile.  This may
    70 # top level build performance, we postpone catalog and index updates until the
    70 # top level build performance, we postpone catalog and index updates until the
    71 # end of the build.  Individual component builds postpone the updates until
    71 # end of the build.  Individual component builds postpone the updates until
    72 # they have published all of their packages.
    72 # they have published all of their packages.
    73 publish:		MAKEFLAGS += DISABLE_IPS_CATALOG_AND_INDEX_UPDATES=yes
    73 publish:		MAKEFLAGS += DISABLE_IPS_CATALOG_AND_INDEX_UPDATES=yes
    74 
    74 
       
    75 # For cases in which a component test should be skipped at at the top level
       
    76 test:			MAKEFLAGS += TOP_LEVEL_TEST=yes
    75 
    77 
    76 .DEFAULT:	publish
    78 .DEFAULT:	publish
    77 
    79 
    78 build install publish test: $(COMPONENT_DIRS)
    80 build install publish test: $(COMPONENT_DIRS)
    79 
    81