[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2669-g1fb69ad

Michael Adam obnox at samba.org
Fri Feb 29 12:17:50 GMT 2008


The branch, v3-2-test has been updated
       via  1fb69ad1f5c79dd77f73a5fee266e1e363e6974d (commit)
       via  2967b29f23e04f24a62ea576b0b6c948055689d0 (commit)
      from  eff3d3bad5a8860b99375cc0be9dc24f3679e416 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 1fb69ad1f5c79dd77f73a5fee266e1e363e6974d
Author: Michael Adam <obnox at samba.org>
Date:   Fri Feb 29 13:17:18 2008 +0100

    Revert "make idl: Only compile idl files newer than the output to be generated."
    
    This reverts commit 79c199d16e565eabd9fd971247f8df62689bb92a.
    
    Revert this until pidl is capable of doing decent dependency tracking
    itself (importing types from imported idls).
    
    Michael

commit 2967b29f23e04f24a62ea576b0b6c948055689d0
Author: Michael Adam <obnox at samba.org>
Date:   Fri Feb 29 13:15:56 2008 +0100

    Revert "Add libnet_join.idl to the IDL files to be processed by "make idl"."
    
    This reverts commit 9b47a7329091b2bfe7cd9b2112ac8fa652ed9f60.
    
    libnet_join.idl should not be processed along with the other idl files
    since it should not produce server and client code, just the header.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index 35a4480..c6815e9 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1130,7 +1130,7 @@ modules: SHOWFLAGS $(MODULES)
 IDL_FILES = lsa.idl dfs.idl echo.idl winreg.idl initshutdown.idl \
 	srvsvc.idl svcctl.idl eventlog.idl wkssvc.idl netlogon.idl notify.idl \
 	epmapper.idl messaging.idl xattr.idl misc.idl samr.idl security.idl \
-	dssetup.idl krb5pac.idl ntsvcs.idl libnet_join.idl
+	dssetup.idl krb5pac.idl ntsvcs.idl
 
 idl:
 	@IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" \
diff --git a/source/script/build_idl.sh b/source/script/build_idl.sh
index 39a6357..7aaddc7 100755
--- a/source/script/build_idl.sh
+++ b/source/script/build_idl.sh
@@ -23,7 +23,7 @@ for f in ${IDL_FILES}; do
 	basename=`basename $f .idl`
 	ndr="librpc/gen_ndr/ndr_$basename.c"
 
-	if [ -f $ndr ] ; then
+	if [ -f $ndr ] && false; 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