lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 346f3037 6/8: Don't show a flag that's used o


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 346f3037 6/8: Don't show a flag that's used only elsewhere, internally
Date: Fri, 24 Jun 2022 19:56:24 -0400 (EDT)

branch: master
commit 346f30377d80bde3e848d5ca9f4dde8fbda3bbd7
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Don't show a flag that's used only elsewhere, internally
---
 workhorse.make | 1 -
 1 file changed, 1 deletion(-)

diff --git a/workhorse.make b/workhorse.make
index af2237fd..e692c6a5 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -1102,7 +1102,6 @@ show_flags:
        @printf 'ALL_CFLAGS              = "%s"\n' "$(ALL_CFLAGS)"
        @printf 'ALL_CXXFLAGS            = "%s"\n' "$(ALL_CXXFLAGS)"
        @printf 'ALL_ARFLAGS             = "%s"\n' "$(ALL_ARFLAGS)"
-       @printf 'REQUIRED_LDFLAGS        = "%s"\n' "$(REQUIRED_LDFLAGS)"
        @printf 'EXTRA_LDFLAGS           = "%s"\n' "$(EXTRA_LDFLAGS)"
        @printf 'EXTRA_LIBS              = "%s"\n' "$(EXTRA_LIBS)"
        @printf 'ALL_LDFLAGS             = "%s"\n' "$(ALL_LDFLAGS)"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]