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} \
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to