components/libtool/Makefile
changeset 5009 b24aab703667
parent 4339 6501cf9c29f9
child 5066 7e7b4d607ab6
equal deleted inserted replaced
5008:7a4cf1e8bc15 5009:b24aab703667
    88 
    88 
    89 # install the old version first
    89 # install the old version first
    90 $(BUILD_DIR_32)/.installed:	$(BUILD_OLD_DIR_32)/.installed
    90 $(BUILD_DIR_32)/.installed:	$(BUILD_OLD_DIR_32)/.installed
    91 $(BUILD_DIR_64)/.installed:	$(BUILD_OLD_DIR_64)/.installed
    91 $(BUILD_DIR_64)/.installed:	$(BUILD_OLD_DIR_64)/.installed
    92 
    92 
       
    93 COMPONENT_TEST_TRANSFORMS += \
       
    94 	'-n ' \
       
    95 	'-e "/SKIP/p" ' \
       
    96 	'-e "/PASS/p" ' \
       
    97 	'-e "/FAIL/p" ' \
       
    98 	'-e "/^===/p" ' \
       
    99 	'-e "/failed/p" ' \
       
   100 	'-e "/passed/p" '
       
   101 
    93 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
   102 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    94 
   103 
    95 # common targets
       
    96 configure:	$(CONFIGURE_32_and_64)
   104 configure:	$(CONFIGURE_32_and_64)
    97 
   105 
    98 build:		$(BUILD_32_and_64)
   106 build:		$(BUILD_32_and_64)
    99 
   107 
   100 install:	$(INSTALL_32_and_64)
   108 install:	$(INSTALL_32_and_64)