components/ggrep/Makefile
changeset 4402 b7cd2462c58f
parent 4339 6501cf9c29f9
child 4795 17cca748f778
equal deleted inserted replaced
4394:1c0a45174c92 4402:b7cd2462c58f
    56 # and the gnulib-tests don't even run at all.
    56 # and the gnulib-tests don't even run at all.
    57 # Note that the below unexports SHELLOPTS, even for targets
    57 # Note that the below unexports SHELLOPTS, even for targets
    58 # other than "test." 
    58 # other than "test." 
    59 unexport SHELLOPTS
    59 unexport SHELLOPTS
    60 
    60 
       
    61 # Test transforms to cut out compile lines
       
    62 COMPONENT_TEST_TRANSFORMS += '-e "/^  CC .*/d" ' \
       
    63 			     '-e "/^  CCLD .*/d" ' \
       
    64 			     '-e "/^  GEN .*/d" ' \
       
    65                              '-e "/^  AR .*/d" '
       
    66 
    61 # common targets
    67 # common targets
    62 configure:	$(CONFIGURE_64)
    68 configure:	$(CONFIGURE_64)
    63 
    69 
    64 build:		$(BUILD_64)
    70 build:		$(BUILD_64)
    65 
    71 
    66 install:	$(INSTALL_64)
    72 install:	$(INSTALL_64)
    67 
    73 
    68 # 3 expected failures in gnulib-tests:
       
    69 # test-mbrtowc3.sh, test-mbrtowc4.sh, test-mbsrtowcs4.sh
       
    70 test:		$(TEST_64)
    74 test:		$(TEST_64)
    71 
    75 
    72 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    76 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    73 
    77 
    74 
    78