aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-02-08 11:09:48 +0100
committerDavid Sidrane <david_s5@nscdg.com>2015-04-07 07:49:06 -1000
commit66a02a5fcad3c22f94d7aa9bb1047737c3f885fe (patch)
tree1ffa8dc5e435a39ce79b359038b7e9e066513e68 /Makefile
parent2159d492a9bedfbfb1884962966f8a7ec35c799d (diff)
downloadpx4-firmware-66a02a5fcad3c22f94d7aa9bb1047737c3f885fe.tar.gz
px4-firmware-66a02a5fcad3c22f94d7aa9bb1047737c3f885fe.tar.bz2
px4-firmware-66a02a5fcad3c22f94d7aa9bb1047737c3f885fe.zip
Fix echo output of Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d5ece137b..7c8fa7a4f 100644
--- a/Makefile
+++ b/Makefile
@@ -303,9 +303,9 @@ clean:
.PHONY: distclean
distclean: cleannuttxpatches clean
@echo > /dev/null
- $(Q) $(REMOVE) $(ARCHIVE_DIR)*.export > /dev/null
- $(Q) $(MAKE) -C $(NUTTX_SRC) -r $(MQUIET) distclean > /dev/null
- $(Q) (cd $(NUTTX_SRC)/configs && $(FIND) . -maxdepth 1 -type l -delete) > /dev/null
+ $(Q) $(REMOVE) $(ARCHIVE_DIR)*.export
+ $(Q) $(MAKE) -C $(NUTTX_SRC) -r $(MQUIET) distclean
+ $(Q) (cd $(NUTTX_SRC)/configs && $(FIND) . -maxdepth 1 -type l -delete)
#
# Print some help text