components/coreutils/Makefile
changeset 3817 30b42c38bbc4
parent 3702 a4cf62e97757
child 3854 9d8d138d52ca
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    32 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/coreutils/$(COMPONENT_ARCHIVE)
    32 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/coreutils/$(COMPONENT_ARCHIVE)
    33 COMPONENT_BUGDB=	utility/gnu-coreutils
    33 COMPONENT_BUGDB=	utility/gnu-coreutils
    34 
    34 
    35 TPNO=			18521
    35 TPNO=			18521
    36 
    36 
    37 include ../../make-rules/prep.mk
    37 include $(WS_MAKE_RULES)/prep.mk
    38 include ../../make-rules/configure.mk
    38 include $(WS_MAKE_RULES)/configure.mk
    39 include ../../make-rules/ips.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    40 
    40 
    41 # We need the GNU grep command to configure/build.
    41 # We need the GNU grep command to configure/build.
    42 PATH=/usr/gnu/bin:/usr/bin
    42 PATH=/usr/gnu/bin:/usr/bin
    43 
    43 
    44 PATCH_LEVEL=		0
    44 PATCH_LEVEL=		0
    54 COMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -f && automake)
    54 COMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -f && automake)
    55 
    55 
    56 # Always show the build and link lines for easier debugging.
    56 # Always show the build and link lines for easier debugging.
    57 COMPONENT_BUILD_ARGS +=		V=1
    57 COMPONENT_BUILD_ARGS +=		V=1
    58 
    58 
       
    59 # Enable ASLR for this component
    59 ASLR_MODE = $(ASLR_ENABLE)
    60 ASLR_MODE = $(ASLR_ENABLE)
    60 
    61 
       
    62 # common targets
    61 configure:	$(CONFIGURE_32_and_64)
    63 configure:	$(CONFIGURE_32_and_64)
    62 
    64 
    63 build:		$(BUILD_32_and_64)
    65 build:		$(BUILD_32_and_64)
    64 
    66 
    65 install:	$(INSTALL_32_and_64)
    67 install:	$(INSTALL_32_and_64)
    92 # test-mbsalign - 20432332
    94 # test-mbsalign - 20432332
    93 # test-posixtm  - 19344177
    95 # test-posixtm  - 19344177
    94 
    96 
    95 test:		install $(TEST_64)
    97 test:		install $(TEST_64)
    96 
    98 
    97 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    98 
    99 
    99 include ../../make-rules/depend.mk
   100 REQUIRED_PACKAGES += library/gmp
       
   101 REQUIRED_PACKAGES += system/library