svn commit: samba r18461 - in branches/SAMBA_4_0/source/lib/replace: .

metze at samba.org metze at samba.org
Wed Sep 13 10:58:40 GMT 2006


Author: metze
Date: 2006-09-13 10:58:40 +0000 (Wed, 13 Sep 2006)
New Revision: 18461

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

Log:
- extend make showflags
- let make test trigger showflags

metze
Modified:
   branches/SAMBA_4_0/source/lib/replace/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/Makefile.in	2006-09-13 10:51:26 UTC (rev 18460)
+++ branches/SAMBA_4_0/source/lib/replace/Makefile.in	2006-09-13 10:58:40 UTC (rev 18461)
@@ -21,8 +21,9 @@
 
 showflags:
 	@echo 'libreplace will be compiled with flags:'
+	@echo '  CC     = $(CC)'
 	@echo '  CFLAGS = $(CFLAGS)'
-	@echo '  LIBS = $(LIBS)'
+	@echo '  LIBS   = $(LIBS)'
 
 install: all
 	mkdir -p $(libdir)
@@ -31,7 +32,7 @@
 libreplace.a: $(OBJS)
 	ar -rcsv $@ $(OBJS)
 
-test: testsuite
+test: all
 	./testsuite
 
 installcheck: install test



More information about the samba-cvs mailing list