components/gdbm/Makefile
changeset 3899 aa25d29e7836
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
3898:acd7f120a52a 3899:aa25d29e7836
    44 
    44 
    45 COMPONENT_INSTALL_ENV +=	INSTALL_ROOT="$(PROTO_DIR)"
    45 COMPONENT_INSTALL_ENV +=	INSTALL_ROOT="$(PROTO_DIR)"
    46 
    46 
    47 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    48 
    48 
       
    49 $(SKIP_TEST_AT_TOP_LEVEL)
       
    50 
    49 # common targets
    51 # common targets
    50 configure:	$(CONFIGURE_32_and_64)
    52 configure:	$(CONFIGURE_32_and_64)
    51 
    53 
    52 build:		$(BUILD_32_and_64)
    54 build:		$(BUILD_32_and_64)
    53 
    55 
    54 install:	$(INSTALL_32_and_64)
    56 install:	$(INSTALL_32_and_64)
    55 
    57 
    56 # The tests build but they are not run automatically.  You have to
    58 # The tests build but they are not run automatically.  You have to
    57 # manually run the tests (testdbm, testgdbm, etc) by hand and verify
    59 # manually run the tests (testdbm, testgdbm, etc) by hand and verify
    58 # the DB operations.
    60 # the DB operations. (No master test files).
    59 COMPONENT_TEST_TARGETS =	progs
    61 COMPONENT_TEST_TARGETS =	progs
    60 test:	$(TEST_32_and_64)
    62 test:	$(TEST_32_and_64)
    61 
    63 
    62 
    64 
    63 REQUIRED_PACKAGES += system/library
    65 REQUIRED_PACKAGES += system/library