git: 6a79b4493f06 - main - Mk/bsd.gcc.mk: Streamline test-gcc output
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Oct 2023 12:47:45 UTC
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