components/make/Makefile
changeset 3993 0d77bb4904f8
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
3992:390ccd49dbb3 3993:0d77bb4904f8
    45 
    45 
    46 CONFIGURE_OPTIONS  +=		--program-prefix=g
    46 CONFIGURE_OPTIONS  +=		--program-prefix=g
    47 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
    47 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
    48 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    48 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    49 
    49 
       
    50 # force re-runs to be the same
       
    51 COMPONENT_PRE_TEST_ACTION = \
       
    52     ($(TOUCH) $(SOURCE_DIR)/getloadavg.c)
       
    53 
       
    54 # Strip compilation lines from test output
       
    55 COMPONENT_TEST_TRANSFORMS += \
       
    56     '-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
       
    57     '-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
       
    58     '-e "s|^.*DEPDIR=.deps.*$$|XXX_CC_XXX|g" ' \
       
    59     '-e "s|^1-minute.*$$|XXX_CC_XXX|g" ' \
       
    60     '-e "s|^.*load average.*$$|XXX_CC_XXX|g" ' \
       
    61     '-e "s|^.*Running tests for GNU make.*$$|XXX_CC_XXX|g" ' \
       
    62     '-e "s|^.==========.*$$|XXX_CC_XXX|g" ' \
       
    63     '-e "s|^Clearing work.*$$|XXX_CC_XXX|g" ' \
       
    64     '-e "/^XXX_CC_XXX$$/d" '
       
    65 
       
    66 
    50 ASLR_MODE = $(ASLR_ENABLE)
    67 ASLR_MODE = $(ASLR_ENABLE)
    51 
    68 
    52 # common targets
    69 # common targets
    53 configure:	$(CONFIGURE_64)
    70 configure:	$(CONFIGURE_64)
    54 
    71