diff -r a814d85099bf -r e587944ed7de components/coreutils/Makefile --- a/components/coreutils/Makefile Fri May 16 02:09:16 2014 -0700 +++ b/components/coreutils/Makefile Fri May 16 10:43:57 2014 -0700 @@ -47,7 +47,7 @@ COMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -f && automake) # Always show the build and link lines for easier debugging. -GMAKE = /usr/gnu/bin/make V=1 +COMPONENT_BUILD_ARGS += V=1 # Enable ASLR for this component ASLR_MODE = $(ASLR_ENABLE)