components/dejagnu/Makefile
changeset 3854 9d8d138d52ca
parent 3817 30b42c38bbc4
child 4081 2e8a6cee4503
--- a/components/dejagnu/Makefile	Tue Feb 24 08:24:18 2015 -0800
+++ b/components/dejagnu/Makefile	Tue Feb 24 11:38:08 2015 -0800
@@ -46,7 +46,8 @@
 # The additional dejagnu specific set of transforms to be applied to the
 # test results to try to normalize them.
 COMPONENT_TEST_TRANSFORMS += \
-	'-e "s|\(^$(CXX)\).*|\\$$(CXX)|" ' \
+	'-e "s|^.*$(CXX).*$$|XXX_CXX_XXX|g" ' \
+	'-e "/^XXX_CXX_XXX$$/d" ' \
 	'-e "s|\(Test Run By\).*|\1|" ' \
 	'-e "s|\(Native configuration is\).*|\1|" '