components/perl_modules/xml-namespacesupport/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=1,\sTests=48\).*|\1|" '
    51 
    56 
    52 build:		$(BUILD_32_and_64)
    57 build:		$(BUILD_32_and_64)
    53 
    58 
    54 install:	$(INSTALL_32_and_64)
    59 install:	$(INSTALL_32_and_64)
    55 
    60