[PATCH 1/3] termios: Reflow and sort Makefile
Florian Weimer
fweimer@redhat.com
Thu Jul 10 15:18:31 GMT 2025
---
termios/Makefile | 31 +++++++++++++++++++++++++------
1 file changed, 25 insertions(+), 6 deletions(-)
diff --git a/termios/Makefile b/termios/Makefile
index 7dc3830ab6..3cbd8917ad 100644
--- a/termios/Makefile
+++ b/termios/Makefile
@@ -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
--
2.50.0
More information about the Libc-alpha
mailing list