Skip to content

Commit

Permalink
Makefile.libcompat: Sort
Browse files Browse the repository at this point in the history
Sort MK_BOOT before MK_CTF and remove now-useless NO_LINT while I'm
here.

Suggested by:		brooks, emaste
Sponsored by:		Netflix
  • Loading branch information
bsdimp committed Feb 2, 2022
1 parent 0347556 commit 03f6e18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile.libcompat
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ LIBCOMPATWMAKEFLAGS+= CC="${XCC} ${LIBCOMPATCFLAGS}" \
CPP="${XCPP} ${LIBCOMPATCFLAGS}" \
DESTDIR=${LIBCOMPATTMP} \
-DNO_CPU_CFLAGS \
MK_BOOT=no \
MK_CTF=no \
-DNO_LINT \
MK_TESTS=no \
MK_BOOT=no
MK_TESTS=no
LIBCOMPATWMAKE+= ${TIME_ENV} ${LIBCOMPATWMAKEENV} ${MAKE} ${LIBCOMPATWMAKEFLAGS} \
OBJTOP=${LIBCOMPAT_OBJTOP} \
OBJROOT='$${OBJTOP}/' \
Expand Down

0 comments on commit 03f6e18

Please sign in to comment.