diff -r b16a04ab5d50 -r e20e9cf97325 components/gawk/Makefile --- a/components/gawk/Makefile Mon Feb 02 14:31:42 2015 -0800 +++ b/components/gawk/Makefile Mon Feb 02 14:59:54 2015 -0800 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk @@ -32,6 +32,11 @@ COMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/gawk/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= utility/gawk +# The additional gawk specific set of transforms to be applied to the +# test results to try to normalize them. +COMPONENT_TEST_TRANSFORMS += \ + '-e "s|\(^/usr/gnu/bin/make\).*|\1|" ' + TPNO= 6808 include ../../make-rules/prep.mk