aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-11 22:07:18 +0000
committerDavid Robillard <d@drobilla.net>2012-02-11 22:07:18 +0000
commit44c2f0d9d3e72007ca378117dae0cea1276aae15 (patch)
tree1e4d38bcfe2434f34c223bcc436c2c3d95619450
parentba85fd0807e40ca157dc6605e23af4359c3ad081 (diff)
downloadlv2-44c2f0d9d3e72007ca378117dae0cea1276aae15.tar.xz
Sshh.
-rw-r--r--ext.wscript3
-rw-r--r--lv2/lv2plug.in/ns/lv2core/wscript4
2 files changed, 0 insertions, 7 deletions
diff --git a/ext.wscript b/ext.wscript
index 485f310..1313c61 100644
--- a/ext.wscript
+++ b/ext.wscript
@@ -190,9 +190,6 @@ class Dist(Scripting.Dist):
def get_tar_path(self, node):
"Resolve symbolic links to avoid broken links in tarball."
- print "TAR PATH %s => %s" % (node.abspath(),
- os.path.realpath(node.abspath()))
-
return os.path.realpath(node.abspath())
def archive(self):
diff --git a/lv2/lv2plug.in/ns/lv2core/wscript b/lv2/lv2plug.in/ns/lv2core/wscript
index 5e678b6..e0bab75 100644
--- a/lv2/lv2plug.in/ns/lv2core/wscript
+++ b/lv2/lv2plug.in/ns/lv2core/wscript
@@ -71,16 +71,12 @@ def build(bld):
bld.symlink_as(os.path.join(include_dir, 'lv2core'),
os.path.relpath(bundle_dir, include_dir))
-import pprint
class Dist(Scripting.Dist):
fun = 'dist'
cmd = 'dist'
def get_tar_path(self, node):
"Resolve symbolic links to avoid broken links in tarball."
- print "TAR PATH %s => %s" % (node.abspath(),
- os.path.realpath(node.abspath()))
-
return os.path.realpath(node.abspath())
def archive(self):