зеркало из https://github.com/github/ruby.git
* ext/extmk.rb: nodoc this file
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
275eb63b1a
Коммит
c09172f395
|
@ -1,3 +1,7 @@
|
|||
Mon May 20 21:41:15 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* ext/extmk.rb: nodoc this file
|
||||
|
||||
Mon May 20 20:43:32 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* lib/cmath.rb: Remove duplicate RDoc heading from overview
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#! /usr/local/bin/ruby
|
||||
# -*- mode: ruby; coding: us-ascii -*-
|
||||
|
||||
# :stopdoc:
|
||||
$extension = nil
|
||||
$extstatic = nil
|
||||
$force_static = nil
|
||||
|
@ -721,6 +722,7 @@ elsif !$configure_only
|
|||
$mflags.concat(rubies)
|
||||
system($make, *sysquote($mflags)) or exit($?.exitstatus)
|
||||
end
|
||||
# :startdoc:
|
||||
|
||||
#Local variables:
|
||||
# mode: ruby
|
||||
|
|
Загрузка…
Ссылка в новой задаче