The branch, master has been updated
       via  eea5a16... s3-build: delete more object files for "make clean".
      from  4abd858... Cosmetic patch - fixed case of attribute name.

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


- Log -----------------------------------------------------------------
commit eea5a166e766669b6945bb62c9202fb385179cd1
Author: Günther Deschner <[email protected]>
Date:   Fri Nov 20 12:54:19 2009 +0100

    s3-build: delete more object files for "make clean".
    
    Guenther

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

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 3f823cc..724c221 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3082,6 +3082,7 @@ TOPFILES=dynconfig.o localedir.o
 
 cleanlibs::
        -rm -f ../lib/*/*.o ../lib/*/*/*.o \
+               ../lib/*/*.ho \
                ../libcli/*.o ../libcli/*/*.o ../libcli/*/*/*.o \
                ../librpc/*/*.o \
                ../libgpo/*.o ../libgpo/*/*.o \
@@ -3092,9 +3093,9 @@ clean:: cleanlibs
        -rm -f smbd/build_options.c
        -rm -f $(PRECOMPILED_HEADER)
        -rm -f core */*~ *~ \
-               */*.o */*/*.o */*/*/*.o \
+               */*.o */*/*.o */*/*/*.o */*/*/*/*.o \
                ../testsuite/*/*.o \
-               ../nsswitch/*.o ../nsswitch/*/*.o ../nsswitch/*...@shlibext@ \
+               ../nsswitch/*.o ../nsswitch/*/*.o ../nsswitch/*/*/*.o 
../nsswitch/*...@shlibext@ \
                ../client/*.o \
                */*...@shlibext@ */*/*...@shlibext@ */*/*/*...@shlibext@ \
                $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_SBIN_PROGS) \


-- 
Samba Shared Repository

Reply via email to