components/guile/Makefile
changeset 3854 9d8d138d52ca
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
3852:a6828a0b7a0d 3854:9d8d138d52ca
    53 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    53 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    54 
    54 
    55 # The additional guile specific set of transforms to be applied to the
    55 # The additional guile specific set of transforms to be applied to the
    56 # test results to try to normalize them.
    56 # test results to try to normalize them.
    57 COMPONENT_TEST_TRANSFORMS += \
    57 COMPONENT_TEST_TRANSFORMS += \
    58 	'-e "s|\(^$(GCC_ROOT)/bin/gcc\).*|\\$$(GCC_ROOT)/bin/gcc|" ' \
    58 	'-e "s|^.*$(GCC_ROOT).*$$|XXX_GCC_ROOT_XXX|g" ' \
    59 	'-e "s|\(^/bin/bash ../../libtool\).*|\1|" ' \
    59 	'-e "/^XXX_GCC_ROOT_XXX$$/d" ' \
    60 	'-e "s|\(^libtool: link:\).*|\1|" ' \
       
    61 	'-e "/^WARNING:/d" '
    60 	'-e "/^WARNING:/d" '
    62 
    61 
    63 ASLR_MODE = $(ASLR_ENABLE)
    62 ASLR_MODE = $(ASLR_ENABLE)
    64 
    63 
    65 # common targets
    64 # common targets