mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
gmake.mk: wait showflags
* defs/gmake.mk (showflags): finish before object files start. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0d78cacbe4
commit
6014e76a40
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ ifneq ($(filter -O0 -Od,$(optflags)),)
|
|||
override XCFLAGS := $(filter-out -D_FORTIFY_SOURCE=%,$(XCFLAGS))
|
||||
endif
|
||||
|
||||
ifeq ($(if $(filter all main exts enc trans libencs libenc libtrans, \
|
||||
program wprogram miniruby$(EXEEXT) mini,\
|
||||
$(MAKECMDGOALS)),,$(MAKECMDGOALS)),)
|
||||
-include showflags
|
||||
endif
|
||||
|
||||
ifneq ($(filter universal-%,$(arch)),)
|
||||
define archcmd
|
||||
%.$(1).S: %.c
|
||||
|
|
Loading…
Reference in a new issue