components/coreutils/Makefile
changeset 1898 5c902a3c6e7e
parent 1895 1f133713df64
child 1900 e587944ed7de
--- a/components/coreutils/Makefile	Thu May 15 10:33:07 2014 -0700
+++ b/components/coreutils/Makefile	Thu May 15 16:58:20 2014 -0700
@@ -46,6 +46,9 @@
 # Recreate configure and src/Makefile to pick up stat birthtime changes.
 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
+
 # Enable ASLR for this component
 ASLR_MODE = $(ASLR_ENABLE)