svn commit: r335110 - head/stand

Warner Losh imp at FreeBSD.org
Thu Jun 14 06:14:50 UTC 2018


Author: imp
Date: Thu Jun 14 06:14:48 2018
New Revision: 335110
URL: https://svnweb.freebsd.org/changeset/base/335110

Log:
  Remove redundant defs.mk includes. They aren't needed.

Modified:
  head/stand/ficl.mk
  head/stand/loader.mk

Modified: head/stand/ficl.mk
==============================================================================
--- head/stand/ficl.mk	Thu Jun 14 05:46:57 2018	(r335109)
+++ head/stand/ficl.mk	Thu Jun 14 06:14:48 2018	(r335110)
@@ -2,8 +2,6 @@
 
 # Common flags to build FICL related files
 
-.include "defs.mk"
-
 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1
 FICL_CPUARCH=	i386
 .elif ${MACHINE_ARCH:Mmips64*} != ""

Modified: head/stand/loader.mk
==============================================================================
--- head/stand/loader.mk	Thu Jun 14 05:46:57 2018	(r335109)
+++ head/stand/loader.mk	Thu Jun 14 06:14:48 2018	(r335110)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-.include "defs.mk"
-
 .PATH: ${LDRSRC} ${BOOTSRC}/libsa
 
 CFLAGS+=-I${LDRSRC}


More information about the svn-src-all mailing list