Skip to content

Commit

Permalink
Merge pull request contiki-os#418 from frtos-wpan/uninterrupted-cleanup
Browse files Browse the repository at this point in the history
Makefile.include (clean): ignore rm -f failing (e.g., on "core")
  • Loading branch information
oliverschmidt committed Nov 13, 2013
2 parents 497e7fb + 6db8788 commit 3d3891d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ rm -f $(@:.o=.$$$$)
endef

clean:
rm -f *~ *core core *.srec \
-rm -f *~ *core core *.srec \
*.lst *.map \
*.cprg *.bin *.data contiki*.a *.firmware core-labels.S *.ihex *.ini \
*.ce *.co
Expand Down

0 comments on commit 3d3891d

Please sign in to comment.