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
This commit is contained in:
+8
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user