svn commit: r198763 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci modules

Andriy Gapon avg at FreeBSD.org
Sun Nov 1 17:56:46 UTC 2009


Author: avg
Date: Sun Nov  1 17:56:45 2009
New Revision: 198763
URL: http://svn.freebsd.org/changeset/base/198763

Log:
  MFC 198279: fix sorting of some amd* entries in some makefiles

Modified:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/modules/Makefile

Modified: stable/8/sys/modules/Makefile
==============================================================================
--- stable/8/sys/modules/Makefile	Sun Nov  1 17:54:49 2009	(r198762)
+++ stable/8/sys/modules/Makefile	Sun Nov  1 17:56:45 2009	(r198763)
@@ -18,10 +18,10 @@ SUBDIR=	${_3dfx} \
 	${_aic} \
 	aic7xxx \
 	aio \
-	${_amd} \
-	${_amdtemp} \
 	alc \
 	ale \
+	${_amd} \
+	${_amdtemp} \
 	amr \
 	${_an} \
 	${_aout} \


More information about the svn-src-all mailing list