Cleaning up make errors when running make clean.

Not cleaning up the test results multiple times.
This commit is contained in:
Bernard Davison
2012-03-21 15:43:45 +11:00
parent 763bd7234d
commit 975c8a9c1b
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -238,7 +238,6 @@ clean:
$(Q)find . -mindepth 2 -name Makefile -exec sh -c 'echo "Cleaning {}"; $(MAKE) -C `dirname {}` $@' \;
$(Q)find . -name '*~' -exec rm -f {} \;
$(Q)rm -f paparazzi sw/simulator/launchsitl
$(Q)rm -rf tests/results/*
cleanspaces:
find ./sw/airborne -name '*.[ch]' -exec sed -i {} -e 's/[ \t]*$$//' \;