mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
extmk.rb: no ext, no build_complete
* ext/extmk.rb (create_makefile): touch gem.build_complete only if building an extension library. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2dad8eae44
commit
9a13630140
1 changed files with 2 additions and 1 deletions
|
@ -588,7 +588,7 @@ unless gems.empty?
|
||||||
"#{$1}$(TARGET_GEM_DIR)$(target_prefix)"
|
"#{$1}$(TARGET_GEM_DIR)$(target_prefix)"
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
conf << %{
|
conf.any? {|s| /^TARGET *= *\S/ =~ s} and conf << %{
|
||||||
|
|
||||||
# default target
|
# default target
|
||||||
all:
|
all:
|
||||||
|
@ -600,6 +600,7 @@ $(build_complete): $(TARGET_SO)
|
||||||
$(Q) $(TOUCH) $@
|
$(Q) $(TOUCH) $@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
conf
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue