mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (showflags): nmake ignores case difference of targets.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
54fb9d3ca7
commit
feb67bc729
1 changed files with 2 additions and 3 deletions
|
@ -139,10 +139,9 @@ all: showflags main docs
|
|||
main: showflags encs exts
|
||||
@$(RUNCMD) $(MKMAIN_CMD) $(MAKE)
|
||||
|
||||
.PHONY: showflags SHOWFLAGS
|
||||
.PHONY: showflags
|
||||
exts enc trans: showflags
|
||||
showflags: SHOWFLAGS
|
||||
SHOWFLAGS:
|
||||
showflags:
|
||||
@echo " CFLAGS = $(CFLAGS)"
|
||||
@echo " XCFLAGS = $(XCFLAGS)"
|
||||
@echo " CPPFLAGS = $(CPPFLAGS)"
|
||||
|
|
Loading…
Reference in a new issue