mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: fix command error
* common.mk (capi): flags cannot be separated by escaped newlines. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9707b23d71
commit
9a9f5f0f93
1 changed files with 1 additions and 2 deletions
|
@ -198,8 +198,7 @@ capi: $(CAPIOUT)/.timestamp PHONY
|
|||
$(CAPIOUT)/.timestamp: Doxyfile $(PREP)
|
||||
$(Q) $(MAKEDIRS) "$(@D)"
|
||||
$(ECHO) generating capi
|
||||
- \
|
||||
$(Q) $(DOXYGEN) -b
|
||||
-$(Q) $(DOXYGEN) -b
|
||||
$(Q) $(MINIRUBY) -e 'File.open(ARGV[0], "w"){|f| f.puts(Time.now)}' "$@"
|
||||
|
||||
Doxyfile: $(srcdir)/template/Doxyfile.tmpl $(PREP) $(srcdir)/tool/generic_erb.rb $(RBCONFIG)
|
||||
|
|
Loading…
Add table
Reference in a new issue