summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/dot.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-01-02 21:41:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:37 -0500
commite25e37e0b6a9098065b5fe905f45e43e7560a58e (patch)
tree33419abbb05abebd266619e93b0ef31e5935fd6b /source4/build/smb_build/dot.pl
parent6fbbd471648e3d436e21a0f4fe2bdb21dbe4376d (diff)
downloadsamba-e25e37e0b6a9098065b5fe905f45e43e7560a58e.tar.gz
samba-e25e37e0b6a9098065b5fe905f45e43e7560a58e.tar.bz2
samba-e25e37e0b6a9098065b5fe905f45e43e7560a58e.zip
r12680: Support setting the environment variable SMB_BUILD_VERBOSE to
print out more debug info (This used to be commit a54fefbfc5b2796cf8c47f22629ec86bca39cd39)
Diffstat (limited to 'source4/build/smb_build/dot.pl')
-rwxr-xr-xsource4/build/smb_build/dot.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/dot.pl b/source4/build/smb_build/dot.pl
index 9ecbc8a7b1..e7b0985f11 100755
--- a/source4/build/smb_build/dot.pl
+++ b/source4/build/smb_build/dot.pl
@@ -22,7 +22,7 @@ sub generate($)
}
my $INPUT = {};
-smb_build::config_mk::run_config_mk($INPUT, "main.mk");
+smb_build::config_mk::run_config_mk($INPUT, '.', "main.mk");
print __FILE__.": creating samba4-deps.dot\n";
open DOTTY, ">samba4-deps.dot";