svn commit: r216475 - head/sys/mips/conf

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Dec 16 05:13:41 UTC 2010


Author: gonzo
Date: Thu Dec 16 05:13:41 2010
New Revision: 216475
URL: http://svn.freebsd.org/changeset/base/216475

Log:
  - include argument should be in quotes

Modified:
  head/sys/mips/conf/SWARM
  head/sys/mips/conf/SWARM64
  head/sys/mips/conf/SWARM64_SMP
  head/sys/mips/conf/SWARM_SMP

Modified: head/sys/mips/conf/SWARM
==============================================================================
--- head/sys/mips/conf/SWARM	Thu Dec 16 04:56:03 2010	(r216474)
+++ head/sys/mips/conf/SWARM	Thu Dec 16 05:13:41 2010	(r216475)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #
 
-include		std.SWARM
+include		"std.SWARM"
 
 ident		SWARM
 

Modified: head/sys/mips/conf/SWARM64
==============================================================================
--- head/sys/mips/conf/SWARM64	Thu Dec 16 04:56:03 2010	(r216474)
+++ head/sys/mips/conf/SWARM64	Thu Dec 16 05:13:41 2010	(r216475)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #
 
-include		std.SWARM
+include		"std.SWARM"
 
 ident		SWARM64
 

Modified: head/sys/mips/conf/SWARM64_SMP
==============================================================================
--- head/sys/mips/conf/SWARM64_SMP	Thu Dec 16 04:56:03 2010	(r216474)
+++ head/sys/mips/conf/SWARM64_SMP	Thu Dec 16 05:13:41 2010	(r216475)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #
 
-include		std.SWARM
+include		"std.SWARM"
 
 ident		SWARM64_SMP
 

Modified: head/sys/mips/conf/SWARM_SMP
==============================================================================
--- head/sys/mips/conf/SWARM_SMP	Thu Dec 16 04:56:03 2010	(r216474)
+++ head/sys/mips/conf/SWARM_SMP	Thu Dec 16 05:13:41 2010	(r216475)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #
 
-include		std.SWARM
+include		"std.SWARM"
 
 ident		SWARM_SMP
 


More information about the svn-src-all mailing list