components/coreutils/Makefile
changeset 1898 5c902a3c6e7e
parent 1895 1f133713df64
child 1900 e587944ed7de
equal deleted inserted replaced
1897:9c849cc3d7d5 1898:5c902a3c6e7e
    44 CONFIGURE_OPTIONS	+=	CFLAGS="$(CFLAGS)"
    44 CONFIGURE_OPTIONS	+=	CFLAGS="$(CFLAGS)"
    45 
    45 
    46 # Recreate configure and src/Makefile to pick up stat birthtime changes.
    46 # Recreate configure and src/Makefile to pick up stat birthtime changes.
    47 COMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -f && automake)
    47 COMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -f && automake)
    48 
    48 
       
    49 # Always show the build and link lines for easier debugging.
       
    50 GMAKE =                /usr/gnu/bin/make V=1
       
    51 
    49 # Enable ASLR for this component
    52 # Enable ASLR for this component
    50 ASLR_MODE = $(ASLR_ENABLE)
    53 ASLR_MODE = $(ASLR_ENABLE)
    51 
    54 
    52 # common targets
    55 # common targets
    53 build:		$(BUILD_32_and_64)
    56 build:		$(BUILD_32_and_64)