From 838c938981df0bcb8551c477faa407a7feee46a6 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 24 Nov 2014 11:52:01 +0000 Subject: [PATCH] Remove stray tabs. --- zebra/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zebra/Makefile b/zebra/Makefile index 35a4a25..dfaf01e 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -3,7 +3,7 @@ IRSPY_ARCHIVE= records-2013-08-13 IRSPY_ARCHIVE_EXT= .tar.gz DUMP_DIR= irspy-dump ZEBRA_DIR= db -ZEBRAIDX= zebraidx-2.0 +ZEBRAIDX= zebraidx-2.0 ZEBRAIDX_TEST= zebraidx-2.0 -c zebra-test.cfg IRSPY_DATABASE= $${IRSpyDbName-"localhost:8018/IR-Explain---1"} ZEBRA_LOGFILE= irspy-zebra.log @@ -47,9 +47,9 @@ dump: 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 > /dev/null 2>&1 + xargs -n1 -0 -P4 tidy -xml -i -m -w 140 > /dev/null 2>&1 tar cf - records-${DATE} | gzip > records-${DATE}.tar.gz - + clean: rm -f terse.properties @@ -72,7 +72,7 @@ stop-zebra: -kill -9 `cat ${ZEBRA_PID_FILE}` check: newdb start-zebra dump stop-zebra distclean - + distclean: clean rm -rf ${IRSPY_ARCHIVE} ${ZEBRA_DIR} ${ZEBRA_DIR} ${ZEBRA_TEST_DIR} ${ZEBRA_LOGFILE} -- 1.7.10.4