OSDN Git Service

dont display cd;make
authorMike Frysinger <vapier@gentoo.org>
Wed, 30 Nov 2005 03:14:12 +0000 (03:14 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 30 Nov 2005 03:14:12 +0000 (03:14 -0000)
Makerules

index 91cae1e..bf570a9 100644 (file)
--- 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