components/perl_modules/xml-libxml/Makefile
changeset 3829 e98cb01a0ebe
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
3823:8a78c695182b 3829:e98cb01a0ebe
    46 
    46 
    47 # man pages go in the common area
    47 # man pages go in the common area
    48 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
    48 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
    49 
    49 
    50 COMPONENT_TEST_TARGETS = test
    50 COMPONENT_TEST_TARGETS = test
       
    51 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
       
    52 
       
    53 # Transform to remove machine-specific lines in test results
       
    54 COMPONENT_TEST_TRANSFORMS += \
       
    55         '-e "s|\(^Files=59,\sTests=2415\).*|\1|" ' \
       
    56         '-e "/\(90threads\).*/d" ' \
       
    57         '-e "/\(^Hexadecimal\).*/d" '
    51 
    58 
    52 build:		$(BUILD_32_and_64)
    59 build:		$(BUILD_32_and_64)
    53 
    60 
    54 install:	$(INSTALL_32_and_64)
    61 install:	$(INSTALL_32_and_64)
    55 
    62