components/ruby/ruby-18/Makefile
changeset 1584 7acd6f4409b8
parent 1567 b5493d203180
child 1933 2d7204747a3f
equal deleted inserted replaced
1583:c37299676526 1584:7acd6f4409b8
    78 # Rubygems has patches, but it does not use configure nor make.
    78 # Rubygems has patches, but it does not use configure nor make.
    79 COMPONENT_PREP_ACTION = (cd $(@D) ; autoconf); \
    79 COMPONENT_PREP_ACTION = (cd $(@D) ; autoconf); \
    80 	$(RM) -r $(SOURCE_DIR_1); \
    80 	$(RM) -r $(SOURCE_DIR_1); \
    81 	$(UNPACK) $(UNPACK_ARGS) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE_1); \
    81 	$(UNPACK) $(UNPACK_ARGS) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE_1); \
    82 	$(foreach patch,$(PATCHES_1), \
    82 	$(foreach patch,$(PATCHES_1), \
    83 	$(GPATCH) -d $(SOURCE_DIR_1) $(GPATCH_FLAGS) < $(patch))
    83 	$(GPATCH) -d $(SOURCE_DIR_1) $(GPATCH_FLAGS) < $(patch); )
    84 
    84 
    85 # These modifications of ruby.1 must occur after ruby
    85 # These modifications of ruby.1 must occur after ruby
    86 # is installed, not before.  Although there are some other patches
    86 # is installed, not before.  Although there are some other patches
    87 # to ruby.1 that occur before, the ruby installation does some 
    87 # to ruby.1 that occur before, the ruby installation does some 
    88 # formatting of ruby.1 that won't occur if the below changes
    88 # formatting of ruby.1 that won't occur if the below changes