Skip to content

Commit

Permalink
* common.mk (all, main): show flags first.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Nov 11, 2010
1 parent fa5034e commit 684a605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ BOOTSTRAPRUBY = $(BASERUBY)

COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) $(srcdir)/tool/compile_prelude.rb

all: main docs
all: showflags main docs

main: encs exts
main: showflags encs exts
@$(RUNCMD) $(MKMAIN_CMD) $(MAKE)

.PHONY: showflags SHOWFLAGS
Expand Down Expand Up @@ -485,7 +485,7 @@ test-rubyspec: test-rubyspec-precheck
$(RUNRUBY) $(srcdir)/spec/mspec/bin/mspec run -B $(srcdir)/spec/default.mspec $(MSPECOPT)

encs: enc trans
encs enc trans: $(ENC_MK) $(LIBRUBY) $(PREP)
encs enc trans: showflags $(ENC_MK) $(LIBRUBY) $(PREP)
$(ECHO) making $@
$(Q) \
$(MAKE) -f $(ENC_MK) RUBY="$(MINIRUBY)" MINIRUBY="$(MINIRUBY)" $(MFLAGS) $@
Expand Down

0 comments on commit 684a605

Please sign in to comment.