summaryrefslogtreecommitdiff
path: root/ext/extmk.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/extmk.rb')
-rwxr-xr-xext/extmk.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb
index 86174830b3..04d374ece6 100755
--- a/ext/extmk.rb
+++ b/ext/extmk.rb
@@ -26,7 +26,6 @@ alias $PROGRAM_NAME $0
alias $0 $progname
$extlist = []
-$compiled = {}
DUMMY_SIGNATURE = "***DUMMY MAKEFILE***"
@@ -167,7 +166,6 @@ def extmake(target, basedir = (maybestatic = 'ext'))
$objs = []
$srcs = []
$extso = []
- $compiled[target] = false
makefile = "./Makefile"
static = $static
$static = nil if noinstall = File.fnmatch?("-*", target)
@@ -277,7 +275,6 @@ def extmake(target, basedir = (maybestatic = 'ext'))
unless $configure_only or system($make, *args)
$ignore or $continue or return false
end
- $compiled[target] = true
if $clean
FileUtils.rm_f("mkmf.log")
if $clean != true
@@ -325,10 +322,6 @@ def extmake(target, basedir = (maybestatic = 'ext'))
true
end
-def compiled?(target)
- $compiled[target]
-end
-
def parse_args()
$mflags = []
$makeflags = [] # for make command to build ruby, so quoted