From d500504ddfbe945a465cbb351380be07952fe90d Mon Sep 17 00:00:00 2001 From: NicJA Date: Thu, 13 Apr 2017 02:36:35 +0000 Subject: [PATCH] add commented line to enable verbose build output. git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@54491 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- development/scm/git/mmakefile.src | 3 +++ 1 file changed, 3 insertions(+) diff --git a/development/scm/git/mmakefile.src b/development/scm/git/mmakefile.src index 5555b690c..9322a7a09 100644 --- a/development/scm/git/mmakefile.src +++ b/development/scm/git/mmakefile.src @@ -18,6 +18,9 @@ GIT_PORTDIR := $(PORTSDIR)/git GIT_ARCHBASE := v$(GIT_VERSION) GIT_ARCHDIR := git-$(GIT_VERSION) +# uncomment to get verbose build output.. +# BUILD_ENV := V=1 + #MM contrib-development-git-setup : @$(IF) $(TEST) -d $(GIT_PORTDIR)/$(GIT_ARCHDIR) \ -- 2.11.4.GIT