Browse Source

'make clean' at the top level should 'distclean' in NuttX, as it's not obvious otherwise how to get NuttX to clean out its dependencies and app configuration.

sbg
px4dev 13 years ago
parent
commit
99515fc1dd
  1. 2
      Makefile

2
Makefile

@ -131,7 +131,7 @@ endif @@ -131,7 +131,7 @@ endif
#
.PHONY: clean
clean:
@make -C $(NUTTX_SRC) -r $(MQUIET) clean
@make -C $(NUTTX_SRC) -r $(MQUIET) distclean
@make -C $(ROMFS_SRC) -r $(MQUIET) clean
.PHONY: distclean

Loading…
Cancel
Save