svn commit: smb-build r4 - in trunk: . include librpc script

metze at samba.org metze at samba.org
Sun Jun 26 12:17:46 GMT 2005


Author: metze
Date: 2005-06-26 12:17:46 +0000 (Sun, 26 Jun 2005)
New Revision: 4

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

Log:
- ignore some files

- fix make idl with no idl files present

metze

Added:
   trunk/librpc/
   trunk/librpc/idl/
Modified:
   trunk/
   trunk/include/
   trunk/script/build_idl.sh


Changeset:

Property changes on: trunk
___________________________________________________________________
Name: svn:ignore
   + configure
Makefile*
config.*
*.dot



Property changes on: trunk/include
___________________________________________________________________
Name: svn:ignore
   + config.h*
smb_build.h
proto.h
version.h



Property changes on: trunk/librpc
___________________________________________________________________
Name: svn:ignore
   + gen_ndr


Modified: trunk/script/build_idl.sh
===================================================================
--- trunk/script/build_idl.sh	2005-06-24 12:14:54 UTC (rev 3)
+++ trunk/script/build_idl.sh	2005-06-26 12:17:46 UTC (rev 4)
@@ -14,9 +14,10 @@
       exit 0
 fi
 
+IDL_FILES=`find librpc/idl/ -name *.idl`
 list=""
 
-for f in librpc/idl/*.idl ; do
+for f in $IDL_FILES ; do
     basename=`basename $f .idl`
     ndr="librpc/gen_ndr/ndr_$basename.c"
     # blergh - most shells don't have the -nt function



More information about the samba-cvs mailing list