build: add an ls -lR blib/ to the pidl build to help debug things in the build farm
authorAndrew Tridgell <tridge@samba.org>
Sun, 28 Mar 2010 01:45:46 +0000 (12:45 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:12 +0000 (20:27 +1000)
pidl/wscript

index fc722f87fa6ca8f699a94a4e4952e347f2022c29..e37da3790280304f64cc0c270a9533d7619fc920 100644 (file)
@@ -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:]