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

tridge at samba.org tridge at samba.org
Mon Jun 13 12:37:38 GMT 2005


Author: tridge
Date: 2005-06-13 12:37:37 +0000 (Mon, 13 Jun 2005)
New Revision: 7533

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

Log:
don't show compile flags for each file

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	2005-06-13 11:18:00 UTC (rev 7532)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2005-06-13 12:37:37 UTC (rev 7533)
@@ -68,6 +68,10 @@
 
 all: $(DIRS) $(BINS) $(LIBS) manpages
 
+.c.o:
+	@echo Compiling $*.c
+	@$(CC) $(CFLAGS) -c $< -o $@
+
 lib:
 	mkdir -p lib
 



More information about the samba-cvs mailing list