aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-02-08 11:09:48 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-02-11 07:41:01 +0100
commit71535575a0c054e7daa8e34da7e99bc3c7c862bd (patch)
tree1bd242daf05b2d7ae2e783a59dd630029fa7b481
parent21e3a48054bde1f1780d797509307f2b529b0882 (diff)
downloadpx4-firmware-71535575a0c054e7daa8e34da7e99bc3c7c862bd.tar.gz
px4-firmware-71535575a0c054e7daa8e34da7e99bc3c7c862bd.tar.bz2
px4-firmware-71535575a0c054e7daa8e34da7e99bc3c7c862bd.zip
Fix echo output of Makefile
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a3dc336a3..eccf4e23d 100644
--- a/Makefile
+++ b/Makefile
@@ -299,9 +299,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