svn commit: r359008 - head/sys/modules/cam

Warner Losh imp at FreeBSD.org
Sun Mar 15 17:40:15 UTC 2020


Author: imp
Date: Sun Mar 15 17:40:14 2020
New Revision: 359008
URL: https://svnweb.freebsd.org/changeset/base/359008

Log:
  We don't need $M/$M in the path anymore.
  
  Now that machdep files are gone, we don't need $S/$M/$M in the path to find
  them.

Modified:
  head/sys/modules/cam/Makefile

Modified: head/sys/modules/cam/Makefile
==============================================================================
--- head/sys/modules/cam/Makefile	Sun Mar 15 03:32:39 2020	(r359007)
+++ head/sys/modules/cam/Makefile	Sun Mar 15 17:40:14 2020	(r359008)
@@ -2,7 +2,7 @@
 
 S=	${SRCTOP}/sys
 
-.PATH: $S/cam $S/cam/scsi $S/cam/ata $S/cam/nvme $S/dev/nvme $S/${MACHINE}/${MACHINE}
+.PATH: $S/cam $S/cam/scsi $S/cam/ata $S/cam/nvme $S/dev/nvme
 
 KMOD=	cam
 


More information about the svn-src-head mailing list