X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=zebra%2FMakefile;h=400384ba6bc7318635d86c43d1a87db69048f55e;hp=29993375260ed6085c7373a41838417aef93a282;hb=85bce449224f1b50fc1b723ebbae094fe3d2ab3f;hpb=1fd80195170354a2706c42031c5bef8c31eafb95 diff --git a/zebra/Makefile b/zebra/Makefile index 2999337..400384b 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -45,8 +45,7 @@ dump: -test -e records-${DATE} && mv records-${DATE} records-${DATE}.old mkdir records-${DATE} cd records-${DATE} && ../../bin/irspy-dump.pl ${IRSPY_DATABASE} - cd records-${DATE}; find . -name '*.xml' -print0 | \ - xargs -n1 -0 -P4 tidy -xml -i -m -w 140 -quiet + cd records-${DATE}; for i in *.xml; do tidy -xml -i -m -w 140 -quiet $$i; echo -n "$$i "; done tar cf - records-${DATE} | gzip > records-${DATE}.tar.gz clean: