mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Split revision.h rule
GNU-make specific rule is defined in defs/gmake.mk.
This commit is contained in:
parent
1f56238032
commit
6943ffc3d5
1 changed files with 3 additions and 2 deletions
|
@ -1151,8 +1151,9 @@ builtin_binary.inc: $(PREP) $(BUILTIN_RB_SRCS) $(srcdir)/template/builtin_binary
|
||||||
$(BUILTIN_RB_INCS): $(top_srcdir)/tool/mk_builtin_loader.rb
|
$(BUILTIN_RB_INCS): $(top_srcdir)/tool/mk_builtin_loader.rb
|
||||||
|
|
||||||
$(srcdir)/revision.h:
|
$(srcdir)/revision.h:
|
||||||
$(Q)$(gnumake:yes=#) $(RM) $(@F)
|
$(srcdir)/revision.h$(gnumake:yes=-nongnumake):
|
||||||
$(Q)$(gnumake:yes=#) $(NULLCMD) > $@ || $(NULLCMD) > $(@F)
|
$(Q)$(RM) $(@F)
|
||||||
|
$(Q)$(NULLCMD) > $@ || $(NULLCMD) > $(@F)
|
||||||
|
|
||||||
revision.tmp::
|
revision.tmp::
|
||||||
$(Q) $(NULLCMD) > $@
|
$(Q) $(NULLCMD) > $@
|
||||||
|
|
Loading…
Add table
Reference in a new issue