summaryrefslogtreecommitdiff
path: root/misc/pascal
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-05 18:56:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-05 18:56:11 +0000
commit2ebdf79472e6056507eb33a234f296124bf0581f (patch)
treeed2262813959f11ebcc1a489b9619f7bde7a11b9 /misc/pascal
parentd1f1e007f149be8a8c3084d144599a7456d15aba (diff)
downloadnuttx-2ebdf79472e6056507eb33a234f296124bf0581f.tar.gz
nuttx-2ebdf79472e6056507eb33a234f296124bf0581f.tar.bz2
nuttx-2ebdf79472e6056507eb33a234f296124bf0581f.zip
Suppress make output
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@631 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/pascal')
-rw-r--r--misc/pascal/nuttx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/pascal/nuttx/Makefile b/misc/pascal/nuttx/Makefile
index 83ea149f9..a74d342e5 100644
--- a/misc/pascal/nuttx/Makefile
+++ b/misc/pascal/nuttx/Makefile
@@ -91,10 +91,10 @@ $(BIN): $(OBJS)
depend: .depend
clean:
- rm -f $(BIN) *~ .*.swp
+ @rm -f $(BIN) *~ .*.swp
$(call CLEAN)
distclean: clean
- rm -f Make.dep .depend
+ @rm -f Make.dep .depend
-include Make.dep