components/gpatch/Makefile
changeset 4745 2d05f68d43d8
parent 4612 a90827a85af0
child 5682 94c0ca64c022
equal deleted inserted replaced
4744:ed1ff241f25d 4745:2d05f68d43d8
    50 
    50 
    51 COMPONENT_INSTALL_ARGS += bindir=$(USRBINDIR)
    51 COMPONENT_INSTALL_ARGS += bindir=$(USRBINDIR)
    52 
    52 
    53 ASLR_MODE = $(ASLR_ENABLE)
    53 ASLR_MODE = $(ASLR_ENABLE)
    54 
    54 
       
    55 COMPONENT_SYSTEM_TEST_ENV += PATCH=$(GPATCH)
       
    56 
    55 # common targets
    57 # common targets
    56 configure:	$(CONFIGURE_64)
    58 configure:	$(CONFIGURE_64)
    57 
    59 
    58 build:		$(BUILD_64)
    60 build:		$(BUILD_64)
    59 
    61 
    60 install:	$(INSTALL_64)
    62 install:	$(INSTALL_64)
    61 
    63 
    62 test:		$(TEST_64)
    64 test:		$(TEST_64)
    63 
    65 
    64 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    66 # Although system-test doesn't run against the built bits, the tests
       
    67 # require the bits are built.  Using BUILD_64 as a pre-requisite
       
    68 # to system-test separates the compilation output from the
       
    69 # test output, so the master test results will be consistent between
       
    70 # test and system-test targets.
       
    71 system-test:    $(BUILD_64) $(SYSTEM_TEST_64)
    65 
    72 
    66 
    73 
    67 REQUIRED_PACKAGES += system/library
    74 REQUIRED_PACKAGES += system/library