components/lighttpd/Makefile
changeset 5742 6e3092e295a4
parent 5738 fc0e1d002c9e
child 6023 1285c8b9e736
--- a/components/lighttpd/Makefile	Thu Apr 07 12:48:43 2016 -0700
+++ b/components/lighttpd/Makefile	Thu Apr 07 13:27:06 2016 -0700
@@ -62,7 +62,9 @@
 CONFIGURE_OPTIONS +=    PCRECONFIG="$(USRBINDIR64)/pcre-config"
 
 COMPONENT_TEST_TRANSFORMS += \
-	'-e "s/[0-9][0-9]* wallclock secs (.*CPU)$$/<TIMINGS REMOVED>/" ' 
+	'-e "s/[0-9][0-9]* wallclock secs (.*CPU)$$/<TIMINGS REMOVED>/" ' \
+	'-e "/^preparing infrastructure/,/make\[4\]: Leaving directory/p" ' \
+	'-e "/.*/d" '
 
 REQUIRED_PACKAGES += compress/bzip2
 REQUIRED_PACKAGES += database/mysql-55