From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2191) id 987B33856246; Tue, 16 May 2023 12:51:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 987B33856246 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684241466; bh=fbb9fknzIAj2bLMcMlK/1lbREU4suQCbLla1jATUM4o=; h=From:To:Subject:Date:From; b=jIIMwuSCr0lSmmk+NR8a+fl/x1FXbGbIav2wOppdXYBU0ri5n7B5TWu5wn39KskUI MydcuzUPsRUUheS6rPxmBlzEV9koEWl7sPylu5WyaY2lQW+MK/aOqjfIZBSQwmubkO JwHckUEwuzAFcAeJ5OvneZ+nzAAzfOOwyZtvpHJU= 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] stdio-common: Reformat Makefile. X-Act-Checkin: glibc X-Git-Author: Carlos O'Donell X-Git-Refname: refs/heads/master X-Git-Oldrev: bc57361e515537a1c099d1a7f283ee3afa02a0b4 X-Git-Newrev: c3004417afc98585089a9282d1d4d60cdef5317a Message-Id: <20230516125106.987B33856246@sourceware.org> Date: Tue, 16 May 2023 12:51:06 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c3004417afc98585089a9282d1d4d60cdef5317a commit c3004417afc98585089a9282d1d4d60cdef5317a Author: Carlos O'Donell Date: Thu May 11 14:00:41 2023 -0400 stdio-common: Reformat Makefile. Reflow Makefile. Sort using scripts/sort-makefile-lines.py. Code generation is changed as routines are linked in sorted order as expected. No regressions on x86_64 and i686. Diff: --- stdio-common/Makefile | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 7cf8d814ea..1b4997afc8 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -22,7 +22,12 @@ subdir := stdio-common include ../Makeconfig -headers := stdio_ext.h printf.h bits/printf-ldbl.h bits/stdio_lim.h +headers := \ + bits/printf-ldbl.h \ + bits/stdio_lim.h \ + printf.h \ + stdio_ext.h \ + # headers routines := \ _itoa \ @@ -41,18 +46,18 @@ routines := \ getw \ grouping_iterator \ iovfscanf \ - isoc99_fscanf \ - isoc99_scanf \ - isoc99_sscanf \ - isoc99_vfscanf \ - isoc99_vscanf \ - isoc99_vsscanf \ isoc23_fscanf \ isoc23_scanf \ isoc23_sscanf \ isoc23_vfscanf \ isoc23_vscanf \ isoc23_vsscanf \ + isoc99_fscanf \ + isoc99_scanf \ + isoc99_sscanf \ + isoc99_vfscanf \ + isoc99_vscanf \ + isoc99_vsscanf \ itoa-digits \ itoa-udigits \ itowa-digits \ @@ -238,9 +243,9 @@ tests := \ tst-unlockedio \ tst-vfprintf-mbs-prec \ tst-vfprintf-user-type \ + tst-vfprintf-width-i18n \ tst-vfprintf-width-prec \ tst-vfprintf-width-prec-alloc \ - tst-vfprintf-width-i18n \ tst-wc-printf \ tstdiomisc \ tstgetln \ @@ -250,6 +255,7 @@ tests := \ tests-container += \ tst-popen3 + # tests-container generated += \ errlist-data-aux-shared.S \ @@ -262,7 +268,11 @@ tests-internal = \ tst-grouping_iterator \ # tests-internal -test-srcs = tst-unbputc tst-printf tst-printfsz-islongdouble +test-srcs = \ + tst-printf \ + tst-printfsz-islongdouble \ + tst-unbputc \ + # test-srcs ifeq ($(run-built-tests),yes) tests-special += \ @@ -340,7 +350,7 @@ LOCALES := \ ja_JP.EUC-JP \ ps_AF.UTF-8 \ tg_TJ.UTF-8 \ - # LOCALES + # LOCALES include ../gen-locales.mk $(objpfx)bug14.out: $(gen-locales)