Browse Source

Avoid argument list too long issue in make clean.

tags/v0.2.9.rc1
Zhang Xianyi 12 years ago
parent
commit
6d8095bcb9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile.tail

+ 2
- 1
Makefile.tail View File

@@ -606,7 +606,8 @@ clean ::
@if test -d $(ARCH); then \
(cd $(ARCH) && $(MAKE) clean) \
fi
@rm -rf *.a *.s *.o *.po *.obj *.i *.so core core.* gmon.out *.cso \
@find . -name '*.o' | xargs rm -rf
@rm -rf *.a *.s *.po *.obj *.i *.so core core.* gmon.out *.cso \
*.csx *.is *~ *.exe *.flame *.pdb *.dwf \
gen_insn_flash.c gen_insn_flash *.stackdump *.dll *.exp *.lib \
*.pc *.pcl *.def *.i *.prof linktest.c \


Loading…
Cancel
Save