X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=MakeMakefile;h=c936d002201e0fcb923e36afa59aff7f35ecc269;hb=222d568e3f4d76775090ce0c061d548b06920261;hp=854e879d283dd6c8498dd57279d03bdd619e7cfc;hpb=df4389682796c797aea62ff86e154f543f7f5250;p=rrdtool.git diff --git a/MakeMakefile b/MakeMakefile index 854e879..c936d00 100755 --- a/MakeMakefile +++ b/MakeMakefile @@ -56,8 +56,8 @@ fi # cleanup set -x -find . -name Makefile | xargs rm -f _UNKNONW_ -find . -name "*.la" | xargs rm -f +find . -name Makefile | grep -v win32 | grep -v netware | xargs rm -f _UNKNONW_ +find . -name "*.la" | xargs rm -f _UNKNOWN_ find . -name Makefile.in | xargs rm -f _UNKNONW_ find . -name .libs | xargs rm -r find . -name .debs | xargs rm -r