components/m4/Makefile
changeset 7382 76874cb9666f
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
equal deleted inserted replaced
7381:7624a1952164 7382:76874cb9666f
    32     sha256:f0543c3beb51fa6b3337d8025331591e0e18d8ec2886ed391f1aade43477d508
    32     sha256:f0543c3beb51fa6b3337d8025331591e0e18d8ec2886ed391f1aade43477d508
    33 COMPONENT_BUGDB=	utility/gnu-m4
    33 COMPONENT_BUGDB=	utility/gnu-m4
    34 
    34 
    35 TPNO=			25279
    35 TPNO=			25279
    36 
    36 
       
    37 SYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)
    37 include $(WS_MAKE_RULES)/gnu-component.mk
    38 include $(WS_MAKE_RULES)/gnu-component.mk
    38 
    39 
    39 CONFIGURE_PREFIX =	/usr/gnu
    40 CONFIGURE_PREFIX =	/usr/gnu
    40 CONFIGURE_OPTIONS  +=	--infodir=$(CONFIGURE_INFODIR)
    41 CONFIGURE_OPTIONS  +=	--infodir=$(CONFIGURE_INFODIR)
    41 
    42 
    42 # test failures; keep going
    43 # The Makefile in the checks directory has different targets for the
    43 COMPONENT_TEST_ARGS += -k -i
    44 # equivalent of "gmake test" and "gmake system-test".
    44 
    45 
    45 # Keep only test results
    46 COMPONENT_TEST_DIR =		$(@D)/checks
    46 COMPONENT_TEST_TRANSFORMS += '-n' \
    47 COMPONENT_TEST_TARGETS =	check-local
    47 	'-e /TOTAL/p' \
    48 
    48 	'-e /PASS/p'  \
    49 COMPONENT_SYSTEM_TEST_DIR =	$(@D)/checks
    49 	'-e /SKIP/p'  \
    50 COMPONENT_SYSTEM_TEST_TARGETS =	installcheck
    50 	'-e /FAIL/p'  \
    51 
    51 	'-e /ERROR/p'
    52 COMPONENT_TEST_TRANSFORMS += \
       
    53 	'-e "/PATH=/d"' \
       
    54 	'-e "/check-them/d"' \
       
    55 	'-e "/echo m4/d"' \
       
    56 	'-e "/Leaving directory/d"' \
       
    57 	'-e "/Entering directory/d"'
    52 
    58 
    53 REQUIRED_PACKAGES += library/libsigsegv
    59 REQUIRED_PACKAGES += library/libsigsegv
    54 REQUIRED_PACKAGES += system/library/math
    60 REQUIRED_PACKAGES += system/library/math