[uClibc-cvs] CVS uClibc++

CVS User vapier vapier at codepoet.org
Thu Dec 23 22:55:47 UTC 2004


Update of /var/cvs/uClibc++
In directory nail:/tmp/cvs-serv3688

Modified Files:
	Makefile 
Log Message:
remove useless echo

--- /var/cvs/uClibc++/Makefile	2004/12/23 16:06:43	1.7
+++ /var/cvs/uClibc++/Makefile	2004/12/23 22:55:46	1.8
@@ -15,12 +15,14 @@
 	$(MAKE) -C src all
 	$(MAKE) -C bin all
 
+
 tests:	all
 	$(MAKE) -C tests all
 
 test:	all tests
 	$(MAKE) -C tests test
 
+
 clean:
 	for dir in $(SUBDIRS); do \
 		$(MAKE) -C $$dir clean; \
@@ -29,7 +31,6 @@
 
 cleanall:	cleanobjs cleanbin
 
-
 distclean: clean
 	$(MAKE) -C extra clean
 	rm -f .config
@@ -74,7 +75,6 @@
 	@./extra/config/conf -o extra/Configs/Config.in
 
 headers: include/system_configuration.h
-	echo "headers"
 
 install:
 	$(INSTALL) -d $(PREFIX)$(UCLIBCXX_RUNTIME_PREFIX)/lib



More information about the uClibc-cvs mailing list