From: Mike Frysinger Date: Wed, 30 Nov 2005 03:14:12 +0000 (-0000) Subject: dont display cd;make X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7ca2d776958a3c8f7fd91b176a64694487e1e20c;p=uclinux-h8%2Fuclibc-ng.git dont display cd;make --- diff --git a/Makerules b/Makerules index 91cae1ea6..bf570a900 100644 --- a/Makerules +++ b/Makerules @@ -142,13 +142,13 @@ $(interp): $(top_builddir)lib/interp.c $(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