components/guile/Makefile
changeset 3772 fd37c7ac6708
parent 3725 57a3df1e928a
child 3817 30b42c38bbc4
equal deleted inserted replaced
3771:f82d2dc12afc 3772:fd37c7ac6708
    53 # The additional guile specific set of transforms to be applied to the
    53 # The additional guile specific set of transforms to be applied to the
    54 # test results to try to normalize them.
    54 # test results to try to normalize them.
    55 COMPONENT_TEST_TRANSFORMS += \
    55 COMPONENT_TEST_TRANSFORMS += \
    56 	'-e "s|\(^$(GCC_ROOT)/bin/gcc\).*|\\$$(GCC_ROOT)/bin/gcc|" ' \
    56 	'-e "s|\(^$(GCC_ROOT)/bin/gcc\).*|\\$$(GCC_ROOT)/bin/gcc|" ' \
    57 	'-e "s|\(^/bin/bash ../../libtool\).*|\1|" ' \
    57 	'-e "s|\(^/bin/bash ../../libtool\).*|\1|" ' \
    58 	'-e "s|\(^libtool: link:\).*|\1|" '
    58 	'-e "s|\(^libtool: link:\).*|\1|" ' \
       
    59 	'-e "/^WARNING:/d" '
    59 
    60 
    60 ASLR_MODE = $(ASLR_ENABLE)
    61 ASLR_MODE = $(ASLR_ENABLE)
    61 
    62 
    62 # common targets
    63 # common targets
    63 configure:	$(CONFIGURE_32_and_64)
    64 configure:	$(CONFIGURE_32_and_64)