]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hesiod: Reformat Makefile.
authorCarlos O'Donell <carlos@redhat.com>
Fri, 9 Jun 2023 20:44:19 +0000 (16:44 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Sun, 25 Feb 2024 18:38:16 +0000 (13:38 -0500)
Reflow and sort Makefile.

No code generation changes in non-test binary artifacts.

No regressions on x86_64 and i686.

hesiod/Makefile

index 9dee070ff70bfa7797c6e06a1beabeac3baac388..397f92733fa885dfb5d23d99b54ab9181b09476e 100644 (file)
@@ -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))