components/librsync/Makefile
changeset 3854 9d8d138d52ca
parent 3817 30b42c38bbc4
child 4196 d697072a92f5
equal deleted inserted replaced
3852:a6828a0b7a0d 3854:9d8d138d52ca
    73 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    73 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    74 
    74 
    75 # The additional librsync specific set of transforms to be applied to the
    75 # The additional librsync specific set of transforms to be applied to the
    76 # test results to try to normalize them.
    76 # test results to try to normalize them.
    77 COMPONENT_TEST_TRANSFORMS += \
    77 COMPONENT_TEST_TRANSFORMS += \
    78 	'-e "s|\(^$(CC)\).*|\\$$(CC)|" ' \
    78 	'-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
    79 	'-e "s|\(^/bin/bash ../libtool\).*|\1|" '
    79 	'-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
       
    80 	'-e "/^XXX_CC_XXX$$/d" '
    80 
    81 
    81 configure:	$(CONFIGURE_32_and_64)
    82 configure:	$(CONFIGURE_32_and_64)
    82 
    83 
    83 build: $(BUILD_32_and_64)
    84 build: $(BUILD_32_and_64)
    84 
    85