make-rules/gem.mk
changeset 3817 30b42c38bbc4
parent 2054 5f403d9bcaad
child 4252 891a844655c4
child 6035 c9748fcc32de
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    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) 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 GEM=/usr/ruby/$(RUBY_VERSION)/bin/gem
    23 GEM=/usr/ruby/$(RUBY_VERSION)/bin/gem
    24 
    24 
    25 VENDOR_GEM_DIR=/usr/ruby/$(RUBY_VERSION)/lib/ruby/vendor_ruby/gems/$(RUBY_LIB_VERSION)
    25 VENDOR_GEM_DIR=/usr/ruby/$(RUBY_VERSION)/lib/ruby/vendor_ruby/gems/$(RUBY_LIB_VERSION)
    26 
    26 
    57 	$(COMPONENT_POST_INSTALL_ACTION)
    57 	$(COMPONENT_POST_INSTALL_ACTION)
    58 	$(TOUCH) $@
    58 	$(TOUCH) $@
    59 
    59 
    60 clean::
    60 clean::
    61 	$(RM) -r $(SOURCE_DIR) $(BUILD_DIR)
    61 	$(RM) -r $(SOURCE_DIR) $(BUILD_DIR)
       
    62 
       
    63 REQUIRED_PACKAGES += runtime/ruby