mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
wscript: drop unused "mandatory variables" 'top' and 'out' in libs
Variables by these names are only used from the local wscript and when running "waf configure", which already for other reasons only can run at the top-level. These variables are thus not mandatory and not used.
This commit is contained in:
parent
69e987909e
commit
d220f477ed
76 changed files with 0 additions and 291 deletions
|
|
@ -3,10 +3,6 @@ import re
|
|||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@ import re
|
|||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@ import re
|
|||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@ import re
|
|||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@ import re
|
|||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@ import re
|
|||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@ import re
|
|||
import waflib.extras.autowaf as autowaf
|
||||
import waflib.Utils as Utils
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue