summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-08 13:41:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-08 13:41:00 +0000
commit1d6099a5187caab2ae23d0126c887ac34c5a60b7 (patch)
tree17fe86f40193e66075a26448d7bac95299f495e9 /nuttx/lib/Makefile
parentbb2884d0309904ee1e8a908a27884c83bb12ce5a (diff)
downloadpx4-nuttx-1d6099a5187caab2ae23d0126c887ac34c5a60b7.tar.gz
px4-nuttx-1d6099a5187caab2ae23d0126c887ac34c5a60b7.tar.bz2
px4-nuttx-1d6099a5187caab2ae23d0126c887ac34c5a60b7.zip
Reduce make output
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@526 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib/Makefile')
-rw-r--r--nuttx/lib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/lib/Makefile b/nuttx/lib/Makefile
index cdfacf9ae..0489cf7c3 100644
--- a/nuttx/lib/Makefile
+++ b/nuttx/lib/Makefile
@@ -52,7 +52,8 @@ STRING_SRCS = lib_memset.c lib_memcpy.c lib_memcmp.c lib_memmove.c \
CTYPE_SRCS =
STDIO_SRCS = lib_printf.c lib_rawprintf.c lib_lowprintf.c lib_sprintf.c lib_snprintf.c \
- lib_libsprintf.c lib_vsprintf.c lib_vsnprintf.c lib_libvsprintf.c \ lib_memstream.c lib_lowstream.c lib_nullstream.c lib_sscanf.c
+ lib_libsprintf.c lib_vsprintf.c lib_vsnprintf.c lib_libvsprintf.c \
+ lib_memstream.c lib_lowstream.c lib_nullstream.c lib_sscanf.c
ifneq ($(CONFIG_NFILE_DESCRIPTORS),0)
STDIO_SRCS += lib_rawstream.c
@@ -104,7 +105,7 @@ $(BIN): $(OBJS)
.depend: Makefile $(SRCS)
@$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
- touch $@
+ @touch $@
depend: .depend