vasabi: samba-build: moredebug output
authorMichael Adam <obnox@samba.org>
Mon, 20 Apr 2015 05:52:06 +0000 (07:52 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 20 Apr 2015 09:42:02 +0000 (11:42 +0200)
script/samba-build.py

index f1393fe65f58a66112e2d55448e9ec821b1150b3..6019fa50ee24b989d25229066af29d49c29c21e2 100755 (executable)
@@ -303,7 +303,8 @@ def setup_env():
             "-not", "-name", "bin",
             "-not", "-name", "bin*",
             "-exec", "ln", "-sf", "{}", options.blddir, ";" ]
-
+    if options.verbose:
+        print "cmd: '%s'" % ' '.join(cmd)
     subprocess.check_call(cmd)
 
     if options.do_copy_bindir: