[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-160-gdd118bf

Michael Adam obnox at samba.org
Wed Jul 1 09:31:48 GMT 2009


The branch, master has been updated
       via  dd118bf219de03d63412ec32f78f36105a866375 (commit)
       via  9d70ef4cacb9882ba5db7ee31e2f0a12363bf774 (commit)
      from  8d982d91f231abbf003473d09433fca2cfa240ac (commit)

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


- Log -----------------------------------------------------------------
commit dd118bf219de03d63412ec32f78f36105a866375
Author: Michael Adam <obnox at samba.org>
Date:   Wed Jul 1 11:29:00 2009 +0200

    s3:build: remove the libgpo objects upon "make clean"
    
    Michael

commit 9d70ef4cacb9882ba5db7ee31e2f0a12363bf774
Author: Michael Adam <obnox at samba.org>
Date:   Wed Jul 1 11:19:58 2009 +0200

    s3:build: remove ../libcli/nbt/tools/nmblookup.o and friends in make clean
    
    Michael

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

Summary of changes:
 source3/Makefile.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index ab93a6b..528fb11 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3073,8 +3073,9 @@ TOPFILES=dynconfig.o localedir.o
 
 cleanlibs::
 	-rm -f ../lib/*/*.o ../lib/*/*/*.o \
-		../libcli/*.o ../libcli/*/*.o \
-		../librpc/*/*.o
+		../libcli/*.o ../libcli/*/*.o ../libcli/*/*/*.o \
+		../librpc/*/*.o \
+		../libgpo/*.o ../libgpo/*/*.o
 
 clean:: cleanlibs
 	-rm -f include/build_env.h


-- 
Samba Shared Repository


More information about the samba-cvs mailing list