make-rules/install.rb.mk
branchs11-update
changeset 2813 db0bfa0fa498
parent 2629 3666f503c6e7
child 2054 5f403d9bcaad
equal deleted inserted replaced
2812:8dd40225690f 2813:db0bfa0fa498
    36 # install the source into the proto directory
    36 # install the source into the proto directory
    37 $(BUILD_DIR)/%/.installed:      $(BUILD_DIR)/%/.built
    37 $(BUILD_DIR)/%/.installed:      $(BUILD_DIR)/%/.built
    38 	$(COMPONENT_PRE_INSTALL_ACTION)
    38 	$(COMPONENT_PRE_INSTALL_ACTION)
    39 	(cd $(SOURCE_DIR) ; $(ENV) $(COMPONENT_INSTALL_ENV) \
    39 	(cd $(SOURCE_DIR) ; $(ENV) $(COMPONENT_INSTALL_ENV) \
    40                 ./install.rb --destdir=$(PROTO_DIR) \
    40                 ./install.rb --destdir=$(PROTO_DIR) \
       
    41                 --ruby=$(RUBY) \
    41                 --bindir=$(INSTALL_RB_BINDIR) \
    42                 --bindir=$(INSTALL_RB_BINDIR) \
    42                 --sitelibdir=$(VENDOR_RUBY) \
    43                 --sitelibdir=$(VENDOR_RUBY) \
    43                 --mandir=$(USRSHAREMANDIR))
    44                 --mandir=$(USRSHAREMANDIR))
    44 	$(COMPONENT_POST_INSTALL_ACTION)
    45 	$(COMPONENT_POST_INSTALL_ACTION)
    45 	$(TOUCH) $@
    46 	$(TOUCH) $@