svn commit: samba r18539 - in branches/SAMBA_4_0/source/lib: ldb replace talloc tdb

tridge at samba.org tridge at samba.org
Thu Sep 14 20:08:23 GMT 2006


Author: tridge
Date: 2006-09-14 20:08:21 +0000 (Thu, 14 Sep 2006)
New Revision: 18539

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

Log:

'make distclean' should delete config.cache

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in
   branches/SAMBA_4_0/source/lib/replace/Makefile.in
   branches/SAMBA_4_0/source/lib/talloc/Makefile.in
   branches/SAMBA_4_0/source/lib/tdb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-09-14 20:07:45 UTC (rev 18538)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-09-14 20:08:21 UTC (rev 18539)
@@ -121,7 +121,7 @@
 distclean: clean
 	rm -f *~ */*~
 	rm -rf bin lib
-	rm -f config.log config.status include/config.h
+	rm -f config.log config.status config.cache include/config.h
 	rm -f ldb.pc
 	rm -f Makefile
 

Modified: branches/SAMBA_4_0/source/lib/replace/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/Makefile.in	2006-09-14 20:07:45 UTC (rev 18538)
+++ branches/SAMBA_4_0/source/lib/replace/Makefile.in	2006-09-14 20:08:21 UTC (rev 18539)
@@ -53,7 +53,7 @@
 
 distclean: clean
 	rm -f *~ */*~
-	rm -f config.log config.status config.h
+	rm -f config.log config.status config.h config.cache
 	rm -f Makefile
 
 realdistclean: distclean

Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-09-14 20:07:45 UTC (rev 18538)
+++ branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-09-14 20:08:21 UTC (rev 18539)
@@ -65,9 +65,7 @@
 distclean: clean
 	rm -f *~ */*~
 	rm -f Makefile
-	rm -f config.log \
-		config.status \
-		config.h
+	rm -f config.log config.status config.h config.cache
 
 realdistclean: distclean
 	rm -f configure config.h.in

Modified: branches/SAMBA_4_0/source/lib/tdb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2006-09-14 20:07:45 UTC (rev 18538)
+++ branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2006-09-14 20:08:21 UTC (rev 18539)
@@ -74,7 +74,7 @@
 
 distclean: clean
 	rm -f *~ */*~
-	rm -f config.log config.status include/config.h
+	rm -f config.log config.status include/config.h config.cache
 	rm -f Makefile
 
 realdistclean: distclean



More information about the samba-cvs mailing list