aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2021-08-04 18:17:34 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2021-08-04 18:23:22 +0000
commitbcd2f41f7d222a942fe0a268614b46d3ec3af4c0 (patch)
tree64480ee5a1e633043b9f2a730320c8ce204e9032 /Makefile.libcompat
parent8399d923a5697b7c194dbd44c33018c94ec42c4e (diff)
downloadsrc-bcd2f41f7d222a942fe0a268614b46d3ec3af4c0.tar.gz
src-bcd2f41f7d222a942fe0a268614b46d3ec3af4c0.zip
mk: format some option lists
Alphabetize and give each option its own line, ahead of making another change to these lists. This makes future diffs easier to read. Reviewed by: imp, emaste MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31399
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat
index c2be63c29e73..88b1e3f0cf18 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -103,9 +103,14 @@ build${libcompat}: .PHONY
OBJTOP=${LIBCOMPAT_OBJTOP} \
OBJROOT='$${OBJTOP}/' \
MAKEOBJDIRPREFIX= \
- DIRPRFX=${_dir}/ -DNO_LINT -DNO_CPU_CFLAGS \
- MK_ASAN=no MK_UBSAN=no \
- MK_CTF=no MK_RETPOLINE=no MK_WERROR=no \
+ DIRPRFX=${_dir}/ \
+ -DNO_LINT \
+ -DNO_CPU_CFLAGS \
+ MK_ASAN=no \
+ MK_CTF=no \
+ MK_RETPOLINE=no \
+ MK_UBSAN=no \
+ MK_WERROR=no \
${_t}
.endfor
.endfor