components/ruby/Makefile
branchs11u1-sru
changeset 2864 7d980597e334
parent 2834 d69aa373f992
child 3188 3284355c617d
equal deleted inserted replaced
2863:ce50bf80797e 2864:7d980597e334
    75 # Since configure.in is patched, we need to autoconf after the patch.
    75 # Since configure.in is patched, we need to autoconf after the patch.
    76 # Also, unpack the 2nd archive for rubygems.
    76 # Also, unpack the 2nd archive for rubygems.
    77 # Rubygems has patches, but it does not use configure nor make.
    77 # Rubygems has patches, but it does not use configure nor make.
    78 COMPONENT_PREP_ACTION = (cd $(@D) ; autoconf); \
    78 COMPONENT_PREP_ACTION = (cd $(@D) ; autoconf); \
    79 	$(RM) -r $(SOURCE_DIR_1); \
    79 	$(RM) -r $(SOURCE_DIR_1); \
    80 	$(UNPACK) $(UNPACK_ARGS) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE_1) \
    80 	$(UNPACK) $(UNPACK_ARGS) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE_1); \
    81 	$(foreach patch,$(PATCHES_1), \
    81 	$(foreach patch,$(PATCHES_1), \
    82 	$(GPATCH) -d $(SOURCE_DIR_1) $(GPATCH_FLAGS) < $(patch))
    82 	$(GPATCH) -d $(SOURCE_DIR_1) $(GPATCH_FLAGS) < $(patch); )
    83 
    83 
    84 # These modifications of ruby.1 must occur after ruby
    84 # These modifications of ruby.1 must occur after ruby
    85 # is installed, not before.  Although there are some other patches
    85 # is installed, not before.  Although there are some other patches
    86 # to ruby.1 that occur before, the ruby installation does some 
    86 # to ruby.1 that occur before, the ruby installation does some 
    87 # formatting of ruby.1 that won't occur if the below changes
    87 # formatting of ruby.1 that won't occur if the below changes