[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-729-g8940e42

Jelmer Vernooij jelmer at samba.org
Sat Sep 26 04:53:10 MDT 2009


The branch, master has been updated
       via  8940e42d0ab129317d4c505ed2a401c3f5f9b5f9 (commit)
      from  8762254c7e51fe6855f3bc1e401adc7f435c02d7 (commit)

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


- Log -----------------------------------------------------------------
commit 8940e42d0ab129317d4c505ed2a401c3f5f9b5f9
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Sep 26 12:51:49 2009 +0200

    s4/make: Remove object files in ../libds as part of "make clean".

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

Summary of changes:
 source4/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/Makefile b/source4/Makefile
index 24e58bc..959d0f4 100644
--- a/source4/Makefile
+++ b/source4/Makefile
@@ -153,7 +153,7 @@ include $(srcdir)/static_deps.mk
 endif
 
 clean::
-	@find ../lib ../libcli ../librpc ../libgpo ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f
+	@find ../libds ../lib ../libcli ../librpc ../libgpo ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f
 
 PUBLIC_HEADERS += ./version.h
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list