diff options
| author | Mitchell Horne <mhorne@FreeBSD.org> | 2021-08-04 18:17:34 +0000 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2021-08-04 18:23:22 +0000 |
| commit | bcd2f41f7d222a942fe0a268614b46d3ec3af4c0 (patch) | |
| tree | 64480ee5a1e633043b9f2a730320c8ce204e9032 /Makefile.libcompat | |
| parent | 8399d923a5697b7c194dbd44c33018c94ec42c4e (diff) | |
Diffstat (limited to 'Makefile.libcompat')
| -rw-r--r-- | Makefile.libcompat | 11 |
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 |
