mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
hesiod: Reformat Makefile.
Reflow and sort Makefile. No code generation changes in non-test binary artifacts. No regressions on x86_64 and i686.
This commit is contained in:
parent
5273dd9812
commit
589c51a5a3
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user