svn commit: trunk/uClibc

vapier at uclibc.org vapier at uclibc.org
Wed Nov 30 03:14:15 UTC 2005


Author: vapier
Date: 2005-11-29 19:14:12 -0800 (Tue, 29 Nov 2005)
New Revision: 12588

Log:
dont display cd;make

Modified:
   trunk/uClibc/Makerules


Changeset:
Modified: trunk/uClibc/Makerules
===================================================================
--- trunk/uClibc/Makerules	2005-11-30 03:13:12 UTC (rev 12587)
+++ trunk/uClibc/Makerules	2005-11-30 03:14:12 UTC (rev 12588)
@@ -142,13 +142,13 @@
 	$(Q)$(STRIPTOOL) -x -R .note -R .comment $@
 
 $(ldso):
-	cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
+	@cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
 
 $(libc):
-	cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
+	@cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
 
 $(headers_dep):
-	cd $(top_builddir); $(MAKE) headers
+	@cd $(top_builddir); $(MAKE) headers
 
 #ifeq ($(HAVE_ELF),y)
 CRT=crt1




More information about the uClibc-cvs mailing list