components/tcsh/Makefile
changeset 4341 10335b2a1e5d
parent 4339 6501cf9c29f9
child 5271 195e24ffa71a
equal deleted inserted replaced
4339:6501cf9c29f9 4341:10335b2a1e5d
    47 
    47 
    48 # force re-runs to be the same
    48 # force re-runs to be the same
    49 COMPONENT_PRE_TEST_ACTION = \
    49 COMPONENT_PRE_TEST_ACTION = \
    50     ($(RM) $(SOURCE_DIR)/tests/package.m4)
    50     ($(RM) $(SOURCE_DIR)/tests/package.m4)
    51 
    51 
       
    52 
    52 COMPONENT_PREP_ACTION = \
    53 COMPONENT_PREP_ACTION = \
    53 	(cd $(@D) ; autoconf )
    54 	(cd $(@D) ; autoconf )
    54 
    55 
    55 LOCALEDIR=$(PROTO_DIR)/$(CONFIGURE_LOCALEDIR)
    56 LOCALEDIR=$(PROTO_DIR)/$(CONFIGURE_LOCALEDIR)
    56 
    57 
    63 
    64 
    64 CONFIGURE_OPTIONS  +=		--localedir=$(CONFIGURE_LOCALEDIR)
    65 CONFIGURE_OPTIONS  +=		--localedir=$(CONFIGURE_LOCALEDIR)
    65 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    66 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    66 
    67 
    67 COMPONENT_TEST_ENV += PATH=/usr/gnu/bin:/usr/bin
    68 COMPONENT_TEST_ENV += PATH=/usr/gnu/bin:/usr/bin
       
    69 COMPONENT_SYSTEM_TEST_TARGETS= system-test
    68 
    70 
    69 ASLR_MODE = $(ASLR_ENABLE)
    71 ASLR_MODE = $(ASLR_ENABLE)
    70 
    72 
    71 # common targets
    73 # common targets
    72 configure:	$(CONFIGURE_64)
    74 configure:	$(CONFIGURE_64)
    75 
    77 
    76 install:	$(INSTALL_64)
    78 install:	$(INSTALL_64)
    77 
    79 
    78 test: 		$(TEST_64)
    80 test: 		$(TEST_64)
    79 
    81 
    80 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    82 # the testsuite needs to be configured first
       
    83 system-test:    configure $(SYSTEM_TEST_64)
    81 
    84 
    82 
    85 
    83 REQUIRED_PACKAGES += system/library
    86 REQUIRED_PACKAGES += system/library
    84 REQUIRED_PACKAGES += text/locale
    87 REQUIRED_PACKAGES += text/locale