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/examples/nsh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/examples/nsh/Makefile') diff --git a/nuttx/examples/nsh/Makefile b/nuttx/examples/nsh/Makefile index 91b57dd66..56f4859c6 100644 --- a/nuttx/examples/nsh/Makefile +++ b/nuttx/examples/nsh/Makefile @@ -68,14 +68,14 @@ $(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) - $(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep - touch $@ + @$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep + @touch $@ depend: .depend -- cgit v1.2.3