svn commit: samba r13939 - in branches/SAMBA_4_0/source: auth auth/gensec auth/kerberos build/smb_build ldap_server lib lib/cmdline lib/netif libcli libcli/auth libcli/composite libcli/security libcli/util passdb rpc_server/common scripting/ejs smbd winbind

jelmer at samba.org jelmer at samba.org
Tue Mar 7 13:47:35 GMT 2006


Author: jelmer
Date: 2006-03-07 13:47:34 +0000 (Tue, 07 Mar 2006)
New Revision: 13939

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

Log:
Fix bin/.dummy issues, add more ignores

Modified:
   branches/SAMBA_4_0/source/auth/
   branches/SAMBA_4_0/source/auth/gensec/
   branches/SAMBA_4_0/source/auth/kerberos/
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm
   branches/SAMBA_4_0/source/ldap_server/
   branches/SAMBA_4_0/source/lib/
   branches/SAMBA_4_0/source/lib/cmdline/
   branches/SAMBA_4_0/source/lib/netif/
   branches/SAMBA_4_0/source/libcli/
   branches/SAMBA_4_0/source/libcli/auth/
   branches/SAMBA_4_0/source/libcli/composite/
   branches/SAMBA_4_0/source/libcli/security/
   branches/SAMBA_4_0/source/libcli/util/
   branches/SAMBA_4_0/source/passdb/
   branches/SAMBA_4_0/source/rpc_server/common/
   branches/SAMBA_4_0/source/scripting/ejs/
   branches/SAMBA_4_0/source/smbd/
   branches/SAMBA_4_0/source/winbind/


Changeset:

Property changes on: branches/SAMBA_4_0/source/auth
___________________________________________________________________
Name: svn:ignore
   - .sconsign
auth_proto.h
*.d

   + auth_sam.h
pam_errors.h
.sconsign
auth_proto.h
*.d



Property changes on: branches/SAMBA_4_0/source/auth/gensec
___________________________________________________________________
Name: svn:ignore
   - proto.h
schannel_proto.h
spnego_proto.h
gensec_proto.h
*.d

   + schannel_state.h
proto.h
schannel_proto.h
spnego_proto.h
gensec_proto.h
*.d



Property changes on: branches/SAMBA_4_0/source/auth/kerberos
___________________________________________________________________
Name: svn:ignore
   - .sconsign
*.d

   + proto.h
*.d


Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-03-07 13:36:26 UTC (rev 13938)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-03-07 13:47:34 UTC (rev 13939)
@@ -273,7 +273,7 @@
 	$self->output(<< "__EOD__"
 #
 
-bin/$ctx->{LIBRARY_REALNAME}: \$($ctx->{TYPE}_$ctx->{NAME}_DEPEND_LIST) \$($ctx->{TYPE}_$ctx->{NAME}_OBJ_LIST) bin/.dummy
+bin/$ctx->{LIBRARY_REALNAME}: \$($ctx->{TYPE}_$ctx->{NAME}_DEPEND_LIST) \$($ctx->{TYPE}_$ctx->{NAME}_OBJ_LIST) 
 	\@echo Linking \$\@
 	\@\$(SHLD) \$(SHLD_FLAGS) -o \$\@ \\
 		\$($ctx->{TYPE}_$ctx->{NAME}_LINK_FLAGS) \\
@@ -284,11 +284,11 @@
 	if (defined($ctx->{LIBRARY_SONAME})) {
 	    $self->output(<< "__EOD__"
 # Symlink $ctx->{LIBRARY_SONAME}
-bin/$ctx->{LIBRARY_SONAME}: bin/$ctx->{LIBRARY_REALNAME} bin/.dummy
+bin/$ctx->{LIBRARY_SONAME}: bin/$ctx->{LIBRARY_REALNAME} 
 	\@echo Symlink \$\@
 	\@ln -sf $ctx->{LIBRARY_REALNAME} \$\@
 # Symlink $ctx->{LIBRARY_NAME}
-bin/$ctx->{LIBRARY_NAME}: bin/$ctx->{LIBRARY_SONAME} bin/.dummy
+bin/$ctx->{LIBRARY_NAME}: bin/$ctx->{LIBRARY_SONAME} 
 	\@echo Symlink \$\@
 	\@ln -sf $ctx->{LIBRARY_SONAME} \$\@
 
@@ -361,7 +361,7 @@
 
 	$self->output(<< "__EOD__"
 #
-$ctx->{TARGET}: \$($ctx->{TYPE}_$ctx->{NAME}_DEPEND_LIST) \$($ctx->{TYPE}_$ctx->{NAME}_OBJ_LIST) bin/.dummy
+$ctx->{TARGET}: \$($ctx->{TYPE}_$ctx->{NAME}_DEPEND_LIST) \$($ctx->{TYPE}_$ctx->{NAME}_OBJ_LIST) 
 	\@echo Linking \$@
 	\@\$(STLD) \$(STLD_FLAGS) \$@ \\
 		\$($ctx->{TYPE}_$ctx->{NAME}_LINK_LIST)
@@ -415,7 +415,7 @@
 	if ($self->{duplicate_build}) {
 	$self->output(<< "__EOD__"
 #
-bin/$ctx->{BINARY}: bin/.dummy \$($ctx->{TYPE}_$ctx->{NAME}_DEPEND_LIST) \$($ctx->{TYPE}_$ctx->{NAME}_OBJ_LIST)
+bin/$ctx->{BINARY}: \$($ctx->{TYPE}_$ctx->{NAME}_DEPEND_LIST) \$($ctx->{TYPE}_$ctx->{NAME}_OBJ_LIST)
 	\@echo Linking \$\@
 	\@\$(CC) \$(LDFLAGS) -o \$\@ \$(LOCAL_LINK_FLAGS) \\
 		\$\($ctx->{TYPE}_$ctx->{NAME}_LINK_LIST) \\


Property changes on: branches/SAMBA_4_0/source/ldap_server
___________________________________________________________________
Name: svn:ignore
   - .sconsign
*.d

   + proto.h
*.d



Property changes on: branches/SAMBA_4_0/source/lib
___________________________________________________________________
Name: svn:ignore
   - *.d
*.po
*.po32


   + db_wrap_proto.h
*.d
*.po
*.po32




Property changes on: branches/SAMBA_4_0/source/lib/cmdline
___________________________________________________________________
Name: svn:ignore
   - .sconsign
*.d

   + credentials.h
*.d



Property changes on: branches/SAMBA_4_0/source/lib/netif
___________________________________________________________________
Name: svn:ignore
   - .sconsign
*.d

   + proto.h
*.d



Property changes on: branches/SAMBA_4_0/source/libcli
___________________________________________________________________
Name: svn:ignore
   - libcli_proto.h
*.d
*.po
*.po32


   + finddcs.h
libcli_proto.h
*.d
*.po
*.po32




Property changes on: branches/SAMBA_4_0/source/libcli/auth
___________________________________________________________________
Name: svn:ignore
   - .sconsign
*.d
*.po

   + proto.h
*.d
*.po



Property changes on: branches/SAMBA_4_0/source/libcli/composite
___________________________________________________________________
Name: svn:ignore
   - .sconsign
*.d

   + proto.h
*.d



Property changes on: branches/SAMBA_4_0/source/libcli/security
___________________________________________________________________
Name: svn:ignore
   - .sconsign
*.d

   + proto.h
*.d



Property changes on: branches/SAMBA_4_0/source/libcli/util
___________________________________________________________________
Name: svn:ignore
   - .sconsign
*.d
*.po

   + proto.h
*.d
*.po



Property changes on: branches/SAMBA_4_0/source/passdb
___________________________________________________________________
Name: svn:ignore
   - *.d
*.po
*.po32

   + proto.h
*.d
*.po
*.po32



Property changes on: branches/SAMBA_4_0/source/rpc_server/common
___________________________________________________________________
Name: svn:ignore
   - .sconsign
*.d

   + proto.h
*.d



Property changes on: branches/SAMBA_4_0/source/scripting/ejs
___________________________________________________________________
Name: svn:ignore
   - .sconsign
*.d

   + proto.h
*.d



Property changes on: branches/SAMBA_4_0/source/smbd
___________________________________________________________________
Name: svn:ignore
   - process_model_proto.h
*.d
*.po
*.po32

   + service.h
process_model_proto.h
*.d
*.po
*.po32



Property changes on: branches/SAMBA_4_0/source/winbind
___________________________________________________________________
Name: svn:ignore
   - wb_proto.h
*.d

   + wb_helper.h
wb_proto.h
*.d




More information about the samba-cvs mailing list