[SCM] Samba Shared Repository - branch master updated - 2331c96d28fe713d37b421924e610eef80cc8d91

Günther Deschner gd at samba.org
Sun Sep 21 20:30:05 GMT 2008


The branch, master has been updated
       via  2331c96d28fe713d37b421924e610eef80cc8d91 (commit)
      from  05ea5e23cf4e70de0bd658b1c5c0ead133967091 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2331c96d28fe713d37b421924e610eef80cc8d91
Author: Günther Deschner <gd at samba.org>
Date:   Sat Sep 20 17:02:00 2008 +0200

    build: rebuild only changed IDL files.
    
    Let"s see how this works now.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source3/script/build_idl.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/script/build_idl.sh b/source3/script/build_idl.sh
index 8ff5dcd..2027fd3 100755
--- a/source3/script/build_idl.sh
+++ b/source3/script/build_idl.sh
@@ -19,7 +19,7 @@ for f in ${IDL_FILES}; do
 	basename=`basename $f .idl`
 	ndr="librpc/gen_ndr/ndr_$basename.c"
 
-	if [ -f $ndr ] && false; then
+	if [ -f $ndr ]; then
 		if [ "x`find librpc/idl/$f -newer $ndr -print`" = "xlibrpc/idl/$f" ]; then
 			list="$list librpc/idl/$f"
 		fi


-- 
Samba Shared Repository


More information about the samba-cvs mailing list