summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-24 00:13:57 -0600
committerStefan Metzmacher <metze@samba.org>2007-12-24 01:51:06 -0600
commitb3bbbd0f4e8f51fc687ba2cca364ebd7b45e941f (patch)
tree6d4ecb541d0b910b67b0ed09c124c1ac94bf295b /source4/build
parent9852e793bcdd04bbb40c2d03424d6fe9f1098bc0 (diff)
downloadsamba-b3bbbd0f4e8f51fc687ba2cca364ebd7b45e941f.tar.gz
samba-b3bbbd0f4e8f51fc687ba2cca364ebd7b45e941f.tar.bz2
samba-b3bbbd0f4e8f51fc687ba2cca364ebd7b45e941f.zip
r26578: Ensure directory exists.
(This used to be commit c89c667ec2c5c8b4bbee821deaf8f55a4da2064b)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/makefile.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index aa1dc1f761..0e7771c3f2 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -537,6 +537,7 @@ sub PythonFiles($$)
my $target = "bin/python/".basename($_);
my $source = output::add_dir_str($ctx->{BASEDIR}, $_);
$self->output("$target: $source\n" .
+ "\tmkdir -p \$(builddir)/bin/python\n" .
"\tcp $source \$@\n\n");
push (@{$self->{python_dsos}}, $target);
}