From 1d6099a5187caab2ae23d0126c887ac34c5a60b7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 8 Jan 2008 13:41:00 +0000 Subject: Reduce make output git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@526 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/net/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/net') diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile index 79621aeb6..2ffb0826f 100644 --- a/nuttx/net/Makefile +++ b/nuttx/net/Makefile @@ -82,16 +82,16 @@ $(COBJS): %$(OBJEXT): %.c $(CC) -c $(CFLAGS) $< -o $@ $(BIN): $(OBJS) - ( for obj in $(OBJS) ; do \ + @( for obj in $(OBJS) ; do \ $(AR) $@ $${obj} || \ { echo "$(AR) $@ $obj FAILED!" ; exit 1 ; } ; \ done ; ) .depend: Makefile $(SRCS) ifeq ($(CONFIG_NET),y) - $(MKDEP) --dep-path . --dep-path uip $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep + @$(MKDEP) --dep-path . --dep-path uip $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep endif - touch $@ + @touch $@ depend: .depend -- cgit v1.2.3