diff options
-rw-r--r-- | profiles/common/make.defaults | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index ed54d305..bbc68016 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -88,21 +88,6 @@ USE_EXPAND="TARGET" # To keep in sync UNINSTALL_IGNORE="/var/run /var/lock" -# Setting RUBY_TARGETS is non functional, need to expand manually -# First disable all of them, set enable needed one -# W=ruby_targets ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" profiles/desc/${W}.desc | sort -USE="${USE} - -ruby_targets_rbx - -ruby_targets_ruby21 - -ruby_targets_ruby22 - -ruby_targets_ruby23 - -ruby_targets_ruby24 - -ruby_targets_ruby25 - -ruby_targets_ruby26 - -ruby_targets_ruby27 - -ruby_targets_ruby30 - ruby_targets_ruby26" - # Setting LUA_SINGLE_TARGET is non functional, need to expand manually # First disable all of them, set enable needed one # W=lua_single_target ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" profiles/desc/${W}.desc | sort |