r18545: if yapp isn't availabe touch the target file, as it is commited to svn,
authorStefan Metzmacher <metze@samba.org>
Fri, 15 Sep 2006 08:10:49 +0000 (08:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:44 +0000 (14:18 -0500)
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
(This used to be commit 212fa7977d514f81ce4301902a8038869ee02b4e)

source4/main.mk

index 9af1beb706b64da35e97d8f5b6820ad310429f0d..4c93413557b4bb6df2fa8e6d9f69acb6c58b4765 100644 (file)
@@ -208,14 +208,16 @@ idl: pidl/lib/Parse/Pidl/IDL.pm
        @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"