Be more portable with 'find' for those that prefer programming

on *BSD, etc.  Formatting fixes, etc.
This commit is contained in:
Eric Andersen
2002-07-31 03:45:05 +00:00
parent b230159958
commit 87715170cc
2 changed files with 7 additions and 7 deletions

View File

@@ -221,10 +221,10 @@ clean:
- rm -f busybox busybox.links libbb/loop.h .config.old .hdepend
- rm -f scripts/split-include scripts/mkdep .*config.log
- rm -rf include/config include/config.h
- find -name .\*.flags -exec rm -f {} \;
- find -name .depend -exec rm -f {} \;
- find -name \*.o -exec rm -f {} \;
- find -name \*.a -exec rm -f {} \;
- find . -name .\*.flags -exec rm -f {} \;
- find . -name .depend -exec rm -f {} \;
- find . -name \*.o -exec rm -f {} \;
- find . -name \*.a -exec rm -f {} \;
distclean: clean
- rm -f busybox