aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Sidrane <david_s5@nscdg.com>2015-01-05 07:44:27 -1000
committerDavid Sidrane <david_s5@nscdg.com>2015-04-07 07:49:05 -1000
commit80ffa0decc427b8d18a61f88d73f8c5084c5fc0d (patch)
tree3f1080a01dbd1b41fbe18659cb41a2869dbaf7d7 /Makefile
parentf43ce1b2cbea2e16f4ba63346802358758627d5f (diff)
downloadpx4-firmware-80ffa0decc427b8d18a61f88d73f8c5084c5fc0d.tar.gz
px4-firmware-80ffa0decc427b8d18a61f88d73f8c5084c5fc0d.tar.bz2
px4-firmware-80ffa0decc427b8d18a61f88d73f8c5084c5fc0d.zip
Updated with pragmas to remove shadow warning (errors with -Werror)
Make file will not create rej files on distclean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b72583e6e..d5ece137b 100644
--- a/Makefile
+++ b/Makefile
@@ -203,7 +203,7 @@ cleannuttxpatches:
$(Q) -if [ -f $(NUTTX_PATCHED) ]; then \
for patch in $(NUTTX_PATCHES); \
do \
- $(PATCH) -p0 -N -R < $$patch >/dev/null; \
+ $(PATCH) -p0 -N -R -r - < $$patch >/dev/null; \
done \
fi
$(Q) $(REMOVE) $(NUTTX_PATCHED)