Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2023 12:47:45 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6a79b4493f06 - main - Mk/bsd.gcc.mk: Streamline test-gcc output
Message-ID:  <202310251247.39PCljlS005685@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a79b4493f06870b1720a3379e04005074c494fd

commit 6a79b4493f06870b1720a3379e04005074c494fd
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2023-10-25 12:46:07 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2023-10-25 12:46:07 +0000

    Mk/bsd.gcc.mk: Streamline test-gcc output
    
    Remove BUILD_DEPENDS and RUN_DEPENDS from the output of test-gcc.
    These two are more general and can be easily be shown via 'make -V'.
---
 Mk/bsd.gcc.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 037e711c62df..824da68d5fc8 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -134,6 +134,4 @@ test-gcc:
 	@echo CFLAGS=\"${CFLAGS}\"
 	@echo CXXFLAGS=\"${CXXFLAGS}\"
 	@echo LDFLAGS=\"${LDFLAGS}\"
-	@echo "BUILD_DEPENDS=${BUILD_DEPENDS}"
-	@echo "RUN_DEPENDS=${RUN_DEPENDS}"
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310251247.39PCljlS005685>