Author: jelmer Date: 2007-12-24 00:13:57 +0000 (Mon, 24 Dec 2007) New Revision: 26578
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26578 Log: Ensure directory exists. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/build/smb_build/makefile.pm Changeset: Property changes on: branches/SAMBA_4_0 ___________________________________________________________________ Name: bzr:revision-info ...skipped... Name: bzr:revision-id:v3-trunk0 ...skipped... Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm =================================================================== --- branches/SAMBA_4_0/source/build/smb_build/makefile.pm 2007-12-24 00:10:08 UTC (rev 26577) +++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm 2007-12-24 00:13:57 UTC (rev 26578) @@ -537,6 +537,7 @@ 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 [EMAIL PROTECTED]"); push (@{$self->{python_dsos}}, $target); }
