summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-30 03:14:12 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-30 03:14:12 +0000
commit7ca2d776958a3c8f7fd91b176a64694487e1e20c (patch)
tree4e232aab576109ea19870661740d7ab35ab39ff0 /Makerules
parent2b3e16cb624f3e2b36b63abbfb11dbf8e27786b3 (diff)
dont display cd;make
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules6
1 files changed, 3 insertions, 3 deletions
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