mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.in: warnflags
* Makefile.in (.c.i): add warnflags to make the result consistent with compilation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9c48976392
commit
0c7dab5df9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Jun 13 17:50:43 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* Makefile.in (.c.i): add warnflags to make the result consistent with
|
||||
compilation.
|
||||
|
||||
Wed Jun 13 15:12:07 2012 URABE Shyouhei <shyouhei@ruby-lang.org>
|
||||
|
||||
* configure.in: On Windows platforms, system provided headers are
|
||||
|
|
|
@ -315,7 +315,7 @@ enc/unicode/name2ctype.h: enc/unicode/name2ctype.kwd
|
|||
|
||||
.c.i:
|
||||
@$(ECHO) preprocessing $<
|
||||
$(Q) $(CPP) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -E $< > $@
|
||||
$(Q) $(CPP) $(warnflags) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -E $< > $@
|
||||
|
||||
clean-local::
|
||||
$(Q)$(RM) ext/extinit.c ext/extinit.$(OBJEXT) ext/ripper/y.output \
|
||||
|
|
Loading…
Reference in a new issue