Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2015 09:30:29 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r282814 - stable/10/sys/modules
Message-ID:  <201505120930.t4C9UT14047510@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Tue May 12 09:30:29 2015
New Revision: 282814
URL: https://svnweb.freebsd.org/changeset/base/282814

Log:
  followup to r282748: remove another instance of cyclic in sys/modules/Makefile
  
  Those lines were not present in head and thus were not removed by the
  original commit and its merge.

Modified:
  stable/10/sys/modules/Makefile

Modified: stable/10/sys/modules/Makefile
==============================================================================
--- stable/10/sys/modules/Makefile	Tue May 12 09:25:16 2015	(r282813)
+++ stable/10/sys/modules/Makefile	Tue May 12 09:30:29 2015	(r282814)
@@ -672,9 +672,6 @@ _ciss=		ciss
 _coretemp=	coretemp
 _cpuctl=	cpuctl
 _cpufreq=	cpufreq
-.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
-_cyclic=	cyclic
-.endif
 _dpms=		dpms
 _drm=		drm
 _drm2=		drm2



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