From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2191) id 6DBAC3858427; Sun, 25 Feb 2024 18:42:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6DBAC3858427 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708886568; bh=b3y43v3ibVoIfHQOK7Ip1etjadNbRv7udVq8L/WCUOY=; h=From:To:Subject:Date:From; b=NzTsiPpo3iSFqPFGJ0HqHbo0PbFx7srGkSwBQf7RSeBkhaMzOQ7xAV1Buy/SqLiog 9rSnKqT1hf8JVeHmxfVdDqopHfQ00/PE76G2fC1mkLZLJ8rVkcrSJe4Hh7gMP1QEnO 9VPjfJzS1tyQhAO7qSPlwCMVM7xYovIAaw3ZSpho= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Carlos O'Donell To: glibc-cvs@sourceware.org Subject: [glibc] hesiod: Reformat Makefile. X-Act-Checkin: glibc X-Git-Author: Carlos O'Donell X-Git-Refname: refs/heads/master X-Git-Oldrev: 5273dd98123f9f129ad735680974f6ed5a035efd X-Git-Newrev: 589c51a5a359107e837bfd44a555f7a2fbfdd2eb Message-Id: <20240225184248.6DBAC3858427@sourceware.org> Date: Sun, 25 Feb 2024 18:42:48 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=589c51a5a359107e837bfd44a555f7a2fbfdd2eb commit 589c51a5a359107e837bfd44a555f7a2fbfdd2eb Author: Carlos O'Donell 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))