make-rules/setup.py.mk
changeset 12 41aeb1fd8c2d
parent 2 125cd5d2cd9e
child 16 33aaaec59991
equal deleted inserted replaced
11:0839bb401298 12:41aeb1fd8c2d
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
    21 # Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
    22 #
    22 #
    23 
    23 
    24 $(COMPONENT_SRC)/build-32/.built:	BITS=32
    24 $(COMPONENT_SRC)/build-$(MACH32)/.built:	BITS=32
    25 $(COMPONENT_SRC)/build-64/.built:	BITS=64
    25 $(COMPONENT_SRC)/build-$(MACH64)/.built:	BITS=32
    26 $(COMPONENT_SRC)/build-32/.installed:	BITS=32
    26 $(COMPONENT_SRC)/build-$(MACH32)/.installed:	BITS=32
    27 $(COMPONENT_SRC)/build-64/.installed:	BITS=64
    27 $(COMPONENT_SRC)/build-$(MACH64)/.installed:	BITS=64
    28 
    28 
    29 
    29 
    30 # build the configured source
    30 # build the configured source
    31 $(COMPONENT_SRC)/build-%/.built:	$(COMPONENT_SRC)/.prep
    31 $(COMPONENT_SRC)/build-%/.built:	$(COMPONENT_SRC)/.prep
    32 	$(RM) -r $(@D) ; $(MKDIR) $(@D)
    32 	$(RM) -r $(@D) ; $(MKDIR) $(@D)