diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2024-12-05 15:16:43 +0800 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2024-12-05 15:36:23 +0800 |
| commit | 00de38e531f55ca095910e655a0666ccb33fb6f6 (patch) | |
| tree | 2ee89f858dee0ddc3de09dcce05a23c78ef6e406 /posix | |
| parent | 776938e8b8dcf2b59998979e91cc0f9db7d771a8 (diff) | |
| download | glibc-00de38e531f55ca095910e655a0666ccb33fb6f6.tar.xz glibc-00de38e531f55ca095910e655a0666ccb33fb6f6.zip | |
Fix and sort variables in Makefiles
Fix variables in Makefiles:
1. There is a tab, not a space, between "variable" and =, +=, :=.
2. The last entry doesn't have a trailing \.
and sort them.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'posix')
| -rw-r--r-- | posix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile index 2c598cd20a..0086d45ddc 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -360,7 +360,7 @@ tests-time64 := \ tst-wait4-time64 \ # tests-time64 -xtests := \ +xtests := \ tst-sched_rr_get_interval \ # xtests @@ -405,7 +405,7 @@ install-bin := \ getconf \ # getconf -install-others-programs := \ +install-others-programs := \ $(inst_libexecdir)/getconf \ # install-others-programs |
