components/coreutils/Makefile
changeset 1900 e587944ed7de
parent 1898 5c902a3c6e7e
child 1948 2d1537e7942d
equal deleted inserted replaced
1899:a814d85099bf 1900:e587944ed7de
    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.
    49 # Always show the build and link lines for easier debugging.
    50 GMAKE =                /usr/gnu/bin/make V=1
    50 COMPONENT_BUILD_ARGS +=		V=1
    51 
    51 
    52 # Enable ASLR for this component
    52 # Enable ASLR for this component
    53 ASLR_MODE = $(ASLR_ENABLE)
    53 ASLR_MODE = $(ASLR_ENABLE)
    54 
    54 
    55 # common targets
    55 # common targets