summaryrefslogtreecommitdiff
path: root/pidl/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-28 12:45:46 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:12 +1000
commit80b60df439820a054c03d67ccccb8e0c674a36c0 (patch)
treed741deb2ae9b2ee0d62d8200ae4881eff4a45530 /pidl/wscript
parent92de30dcabcb0327785bffca59ad3813339c7670 (diff)
downloadsamba-80b60df439820a054c03d67ccccb8e0c674a36c0.tar.gz
build: add an ls -lR blib/ to the pidl build to help debug things in the build farm
Diffstat (limited to 'pidl/wscript')
-rw-r--r--pidl/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/wscript b/pidl/wscript
index fc722f87fa6..e37da379028 100644
--- a/pidl/wscript
+++ b/pidl/wscript
@@ -33,7 +33,7 @@ def build(bld):
bld.SAMBA_GENERATOR('pidl_manpages',
source=pidl_src,
target=pidl_manpages,
- rule='cd ${pidl_srcdir} && ${PERL} Makefile.PL && make && rm -f Makefile Makefile.old')
+ rule='cd ${pidl_srcdir} && ${PERL} Makefile.PL && make && rm -f Makefile Makefile.old && ls -lR blib/')
for m in pidl_manpages:
dname=os.path.dirname(m)[5:]