components/m4/Makefile
changeset 3854 9d8d138d52ca
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
3852:a6828a0b7a0d 3854:9d8d138d52ca
    46 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
    46 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
    47 
    47 
    48 # The additional m4 specific set of transforms to be applied to the
    48 # The additional m4 specific set of transforms to be applied to the
    49 # test results to try to normalize them.
    49 # test results to try to normalize them.
    50 COMPONENT_TEST_TRANSFORMS += \
    50 COMPONENT_TEST_TRANSFORMS += \
    51 	'-e "s|\(^$(CC)\).*|\\$$(CC)|" '
    51 	'-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
       
    52 	'-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
       
    53 	'-e "s|^.*DEPDIR=.deps.*$$|XXX_CC_XXX|g" ' \
       
    54 	'-e "/^XXX_CC_XXX$$/d" '
    52 
    55 
    53 ASLR_MODE = $(ASLR_ENABLE)
    56 ASLR_MODE = $(ASLR_ENABLE)
    54 
    57 
    55 # common targets
    58 # common targets
    56 configure:	$(CONFIGURE_64)
    59 configure:	$(CONFIGURE_64)