Author: metze
Date: 2006-09-15 08:10:49 +0000 (Fri, 15 Sep 2006)
New Revision: 18545

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18545

Log:
if yapp isn't availabe touch the target file, as it is commited to svn,
to prevent rebuilding.

we do 

make everything
make everything
make bin/smbtorture
make test

in the buildfarm and rebuilding parts isn't that nice

metze

Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk   2006-09-15 07:54:13 UTC (rev 18544)
+++ branches/SAMBA_4_0/source/main.mk   2006-09-15 08:10:49 UTC (rev 18545)
@@ -208,14 +208,16 @@
        @CPP="$(CPP)" PERL="$(PERL)" srcdir=$(srcdir) 
$(srcdir)/script/build_idl.sh PARTIAL $(PIDL_ARGS)
 
 pidl/lib/Parse/Pidl/IDL.pm: pidl/idl.yp
-       -$(YAPP) -s -m 'Parse::Pidl::IDL' -o pidl/lib/Parse/Pidl/IDL.pm 
pidl/idl.yp 
+       -$(YAPP) -s -m 'Parse::Pidl::IDL' -o pidl/lib/Parse/Pidl/IDL.pm 
pidl/idl.yp ||\
+               touch pidl/lib/Parse/Pidl/IDL.pm
 
 smb_interfaces: pidl/smb_interfaces.pm
        $(PERL) -Ipidl $(srcdir)/script/build_smb_interfaces.pl \
                include/smb_interfaces.h
 
 pidl/smb_interfaces.pm: pidl/smb_interfaces.yp
-       -$(YAPP) -s -m 'smb_interfaces' -o pidl/smb_interfaces.pm 
pidl/smb_interfaces.yp 
+       -$(YAPP) -s -m 'smb_interfaces' -o pidl/smb_interfaces.pm 
pidl/smb_interfaces.yp ||\
+               touch pidl/smb_interfaces.pm
 
 include/config.h:
        @echo "include/config.h not present"

Reply via email to