Changeset: 4ab7ed8366c9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4ab7ed8366c9
Modified Files:
NT/wincompile.py
Branch: Aug2011
Log Message:
Add an easy possibility to make wincompile verbose.
When verbose, wincompile will print the full command line, showing
also the arguments that were hidden by make in files that are
referenced through an argument that starts with @.
diffs (12 lines):
diff --git a/NT/wincompile.py b/NT/wincompile.py
--- a/NT/wincompile.py
+++ b/NT/wincompile.py
@@ -16,7 +16,7 @@ import string
# the files from those libraries that contain functions that happen to
# be referenced somewhere.
-verbose = False
+verbose = os.getenv('WINCOMPILEVERBOSE') is not None
# the splitcommand function is a straight copy of the same function in
# ../../testing/process.py.
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list