Merge branch 'fmuv2_bringup_distclean_fix' into fmuv2_bringup

This commit is contained in:
Julian Oes 2013-07-18 13:05:07 +02:00
commit e7f732b2e6
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ clean:
distclean: clean
$(Q) $(REMOVE) $(ARCHIVE_DIR)*.export
$(Q) make -C $(NUTTX_SRC) -r $(MQUIET) distclean
$(Q) (cd $(NUTTX_SRC)/configs && find . -type l -depth 1 -delete)
$(Q) (cd $(NUTTX_SRC)/configs && find . -maxdepth 1 -type l -delete)
#
# Print some help text