Author: mmacy
Date: Thu May 17 21:04:19 2018
New Revision: 333765
URL: https://svnweb.freebsd.org/changeset/base/333765

Log:
  powerpc: fix LINT build
  
  netmap currently doesn't build, take it out of LINT to prevent
  hiding regressions in universe
  
  Reviewed by:  jhibbits
  Approved by:  sbruno

Modified:
  head/sys/conf/makeLINT.mk

Modified: head/sys/conf/makeLINT.mk
==============================================================================
--- head/sys/conf/makeLINT.mk   Thu May 17 21:03:36 2018        (r333764)
+++ head/sys/conf/makeLINT.mk   Thu May 17 21:04:19 2018        (r333765)
@@ -53,6 +53,7 @@ LINT: ${NOTES} ${MAKELINT_SED}
 .if ${TARGET} == "powerpc"
        # cat is available, not sure if cp is?
        cat ${.TARGET} > ${.TARGET}64
+       echo "nodevice netmap"  >> ${.TARGET}
        echo "machine   ${TARGET} powerpc" >> ${.TARGET}
        echo "machine   ${TARGET} powerpc64" >> ${.TARGET}64
 .endif
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to