Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2020 17:40:14 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359008 - head/sys/modules/cam
Message-ID:  <202003151740.02FHeE0v086725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003151740.02FHeE0v086725>