X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=zebra%2FMakefile;h=889a270cdcb44a3113b224ced856e7c7f1daf5d9;hp=29993375260ed6085c7373a41838417aef93a282;hb=4e002362222ed9c122c8976ae5d40230aadfdd28;hpb=1fd80195170354a2706c42031c5bef8c31eafb95 diff --git a/zebra/Makefile b/zebra/Makefile index 2999337..889a270 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 echo -n "$$i "; tidy -xml -i -m -w 140 $$i 2>&1 | sed 1q; done tar cf - records-${DATE} | gzip > records-${DATE}.tar.gz clean: