]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
termios: Reflow and sort Makefile
authorFlorian Weimer <fweimer@redhat.com>
Fri, 11 Jul 2025 14:04:07 +0000 (16:04 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 11 Jul 2025 14:04:07 +0000 (16:04 +0200)
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
termios/Makefile

index 7dc3830ab6ef4afd4fa99294a437d0a5db5f1fd8..3cbd8917ad8755d821f1e08ef4c7ae5b48b435d2 100644 (file)
@@ -22,12 +22,31 @@ subdir      := termios
 
 include ../Makeconfig
 
-headers        := termios.h bits/termios.h bits/termios-baud.h \
-          sys/ttydefaults.h sys/termios.h sys/ttychars.h
-
-routines       := speed cfsetspeed tcsetattr tcgetattr tcgetpgrp tcsetpgrp \
-                  tcdrain tcflow tcflush tcsendbrk cfmakeraw tcgetsid \
-                  baud cfsetbaud
+headers        := \
+  bits/termios-baud.h \
+  bits/termios.h \
+  sys/termios.h \
+  sys/ttychars.h \
+  sys/ttydefaults.h \
+  termios.h \
+  # headers
+
+routines := \
+  baud \
+  cfmakeraw \
+  cfsetbaud \
+  cfsetspeed \
+  speed \
+  tcdrain \
+  tcflow \
+  tcflush \
+  tcgetattr \
+  tcgetpgrp \
+  tcgetsid \
+  tcsendbrk \
+  tcsetattr \
+  tcsetpgrp \
+  # routines
 
 include ../Rules