Project

General

Profile

Bug #868 ยป add_rubyspec_targets_to_make_help_list.diff

Adds RubySpec-related targets to the list make help outputs - antares (Michael Klishin), 12/13/2008 09:51 PM

View differences:

common.mk
@echo " Makefile of Ruby"
@echo ""
@echo "targets:"
@echo " all: compile ruby and extensions"
@echo " check: equals make test test-all"
@echo " test: ruby core tests"
@echo " test-all: all ruby tests"
@echo " install: install all ruby distributions"
@echo " install-nodoc: install without rdoc"
@echo " clean: clean built objects"
@echo " golf: for golfers"
@echo " all: compile ruby and extensions"
@echo " check: equals make test test-all"
@echo " test: ruby core tests"
@echo " test-all: all ruby tests"
@echo " test-rubyspec run RubySpec test suite"
@echo " update-rubyspec update local copy of RubySpec"
@echo " install: install all ruby distributions"
@echo " install-nodoc: install without rdoc"
@echo " clean: clean built objects"
@echo " golf: for golfers"
    (1-1/1)