From 243fadc5be7ad6e81455bc31932947a7ce047253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 16 Sep 2015 20:06:42 +0200 Subject: [PATCH] Makefile: skip validation step xmlproc validates xml anyway, this speedups the build tremendously --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 0a3fc3401..03bf5b253 100644 --- a/Makefile +++ b/Makefile @@ -94,8 +94,6 @@ NOVALID:=false ALL_XSLS = $(wildcard xsl/*.xsl) define xml_process - @$(NOINPUTVALID) || echo $(VALIDATOR) $(VFLAGS_IN) $< - @$(NOINPUTVALID) || $(VALIDATOR) $(VFLAGS_IN) $< $(PROCESSOR) $(PFLAGS) -o $@ $(STYLE) $< @$(NOVALID) || echo $(VALIDATOR) $(VFLAGS_OUT) $@ || \ { touch -m -t 197001010000 Makefile $@ ; exit 1 ; }