svn commit: samba r17733 - in branches/SAMBA_4_0/source/lib/ldb: .

tridge at samba.org tridge at samba.org
Wed Aug 23 01:51:45 GMT 2006


Author: tridge
Date: 2006-08-23 01:51:45 +0000 (Wed, 23 Aug 2006)
New Revision: 17733

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

Log:

doxygen is way too noisy to build every time, and it doesn't do
dependencies. If someone can fix it to only rebuild when something
changes, then feel free to re-enable it by default. Otherwise use
"make doxygen" if you are in need of a doxygen fix ....

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-23 01:44:22 UTC (rev 17732)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-23 01:51:45 UTC (rev 17733)
@@ -61,7 +61,7 @@
 
 DIRS = lib bin common ldb_tdb ldb_ldap ldb_sqlite3 modules tools examples tdb talloc
 
-all: dirs $(OBJS) $(LIBS) $(BINS) $(EXAMPLES) manpages doxygen
+all: dirs $(OBJS) $(LIBS) $(BINS) $(EXAMPLES) manpages
 
 .c.o:
 	@echo Compiling $*.c



More information about the samba-cvs mailing list