git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cf374e
)
r26578: Ensure directory exists.
author
Jelmer Vernooij
<jelmer@samba.org>
Mon, 24 Dec 2007 06:13:57 +0000
(
00:13
-0600)
committer
Stefan Metzmacher
<metze@samba.org>
Mon, 24 Dec 2007 07:51:06 +0000
(
01:51
-0600)
source/build/smb_build/makefile.pm
patch
|
blob
|
history
diff --git
a/source/build/smb_build/makefile.pm
b/source/build/smb_build/makefile.pm
index aa1dc1f761f9451d373a978a537b89d841b1b10a..0e7771c3f2a337786abcc17d9b19fcdfc641dbbd 100644
(file)
--- a/
source/build/smb_build/makefile.pm
+++ b/
source/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);
}