public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hesiod: Reformat Makefile.
@ 2024-02-25 18:42 Carlos O'Donell
  0 siblings, 0 replies; only message in thread
From: Carlos O'Donell @ 2024-02-25 18:42 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=589c51a5a359107e837bfd44a555f7a2fbfdd2eb

commit 589c51a5a359107e837bfd44a555f7a2fbfdd2eb
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Fri Jun 9 16:44:19 2023 -0400

    hesiod: Reformat Makefile.
    
    Reflow and sort Makefile.
    
    No code generation changes in non-test binary artifacts.
    
    No regressions on x86_64 and i686.

Diff:
---
 hesiod/Makefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/hesiod/Makefile b/hesiod/Makefile
index 9dee070ff7..397f92733f 100644
--- a/hesiod/Makefile
+++ b/hesiod/Makefile
@@ -28,8 +28,13 @@ extra-libs-others = $(extra-libs)
 subdir-dirs = nss_hesiod
 vpath %.c nss_hesiod
 
-libnss_hesiod-routines	:= hesiod hesiod-grp hesiod-proto \
-			   hesiod-pwd hesiod-service
+libnss_hesiod-routines := \
+  hesiod \
+  hesiod-grp \
+  hesiod-proto \
+  hesiod-pwd \
+  hesiod-service \
+  # libnss_hesiod-routines
 # Build only shared library
 libnss_hesiod-inhibit-o	= $(filter-out .os,$(object-suffixes))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-25 18:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-25 18:42 [glibc] hesiod: Reformat Makefile Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).